blob: 91fd75ebab0e0181a710ce877ac10fff27b5e7f7 [file]
# Copyright 2024 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("tests") {
testonly = true
deps = [
"status:tests",
"system-status:tests",
"test-category:tests",
]
}
group("install") {
deps = [
"status:install",
"system-status:install",
"test-category:install",
]
}