blob: fa2364e4258ff97892095c2685c03ac6cd8f5e02 [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",
"pkg",
"run_test_component",
"time/timekeeper",
]
}
group("tests") {
testonly = true
deps = [
"activity:tests",
"base-resolver:tests",
"component_manager:tests",
"core:tests",
"early_boot_instrumentation:tests",
"full-resolver:tests",
"fuzzing:tests",
"lib:tests",
"live_usb:tests",
"pkg:tests",
"process-resolver:tests",
"run_test_component:tests",
"run_test_suite:tests",
"stash:tests",
"test_manager:tests",
"test_runners:tests",
"time:tests",
"tools:tests",
]
}
group("legacy_tests") {
testonly = true
deps = [
"appmgr:legacy_tests",
"lib:legacy_tests",
"test_manager:legacy_tests",
"test_runners:legacy_tests",
"//src/modular/bin/basemgr:legacy_tests",
]
}