blob: 9b1f746cc32941c420e066d6d78188caf8b16aaf [file] [log] [blame]
# Copyright 2023 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("starnix") {
deps = [
"containers",
"examples",
"kernel",
"lib",
"runner",
"tools",
]
}
group("tests") {
testonly = true
deps = [
"containers:tests",
"examples:tests",
"fakes",
"kernel:tests",
"lib:tests",
"tests",
"tools:tests",
]
}
group("benchmarks") {
testonly = true
deps = [
"lib:benchmarks",
"tests:benchmarks",
]
}