blob: 20d6d28542422597dbc171ff0563a175b5e6c3fc [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("sys") {
testonly = true
deps = [
"cmc",
"component_manager",
"component_test_runner",
"pkg",
"timekeeper",
]
}
group("tests") {
testonly = true
deps = [
"appmgr:tests",
"cmc:tests",
"component_index:tests",
"component_manager:tests",
"component_manager_for_test:tests",
"dash:tests",
"gtest_v1_runner:tests",
"lib:tests",
"locate:tests",
"pkg:tests",
"run_test_suite:tests",
"test_adapters:tests",
"test_manager:tests",
"test_runners:tests",
"timekeeper:tests",
"tools/cs2:tests",
]
}