blob: 5aaeff1a810e5c8211077151ab68d704c94a2a38 [file] [log] [blame]
# Copyright 2020 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("diagnostics") {
testonly = true
deps = [
"inspect",
"logs",
"workshop",
]
}
group("hermetic_tests") {
testonly = true
deps = [
"inspect:hermetic_tests",
"logs:hermetic_tests",
"workshop:hermetic_tests",
]
}