blob: 594de51945a7ef7df047b71fca782865c5d6dc24 [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 = [
"activity",
"cache_manager",
"instrumentation_data_processor",
"pkg",
"time/timekeeper",
]
}
group("tests") {
testonly = true
deps = [
"activity:tests",
"cache_manager:tests",
"component_manager:tests",
"early_boot_instrumentation:tests",
"fuzzing:tests",
"instrumentation_data_processor:tests",
"lib:tests",
"pkg:tests",
"process-resolver:tests",
"run_test_suite:tests",
"stash:tests",
"test_manager:tests",
"test_runners:tests",
"time:tests",
"tools:tests",
]
}