| # 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 = [ |
| "activity", |
| "component_manager:component-manager", |
| "component_test_runner", |
| "core", |
| "pkg", |
| "time/timekeeper", |
| ] |
| } |
| |
| group("tests") { |
| testonly = true |
| deps = [ |
| "activity:tests", |
| "appmgr:tests", |
| "base-resolver:tests", |
| "build:tests", |
| "component_index:tests", |
| "component_manager:tests", |
| "component_manager_for_test:tests", |
| "component_test_runner:tests", |
| "device_settings:tests", |
| "gtest_v1_runner:tests", |
| "installer:tests", |
| "lib:tests", |
| "locate:tests", |
| "pkg:tests", |
| "run_test_suite:tests", |
| "startup:tests", |
| "stash:tests", |
| "sysmgr:tests", |
| "test_manager:tests", |
| "test_runners:tests", |
| "time:tests", |
| "tools/cs:tests", |
| "tools/log:tests", |
| "universe-resolver:tests", |
| ] |
| } |