blob: 3dad853e051c08cd1143ade505a30ee0c93b3866 [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",
"live_usb:tests",
"pkg:tests",
"process-resolver:tests",
"run_test_suite:tests",
"stash:tests",
"test_manager:tests",
"test_runners:tests",
"time:tests",
"tools:tests",
]
}