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