blob: f65a5f4eb5e362031befc99b1101aef3aa0d3c38 [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 = [
":legacy_tests",
"activity:tests",
"base-resolver:tests",
"bedrock:tests",
"cache_manager: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_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",
]
}