blob: 38b938eb9d3d59eee04c7086723e71f643472686 [file] [log] [blame]
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/buildflag_header.gni")
group("unit_tests") {
testonly = true
deps = [
"//components/segmentation_platform/embedder:unit_tests",
"//components/segmentation_platform/embedder/default_model:unit_tests",
"//components/segmentation_platform/internal:unit_tests",
"//components/segmentation_platform/public:unit_tests",
]
data_deps = [ ":components_unittests_gtest_filter" ]
}
source_set("components_unittests_gtest_filter") {
testonly = true
data = [ "components_unittests.filter" ]
}