blob: c4b194c1960615f0f7246b4abc2a6c1f29618ecb [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("inspect") {
testonly = true
deps = [
"codelab",
"cpp",
"rust",
"rust-ergonomic",
]
}
group("hermetic_tests") {
testonly = true
deps = [
"codelab:hermetic_tests",
"cpp:hermetic_tests",
"rust:hermetic_tests",
"rust-ergonomic:hermetic_tests",
]
}