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