blob: ee4a0158ecbfe001c8229f438740b5631bbe8431 [file] [log] [blame]
# Copyright 2021 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.
assert(is_fuchsia, "These targets are only compiled in the fuchsia toolchain.")
group("non_hermetic_tests") {
testonly = true
deps = [
"non_hermetic/cpp:tests",
"non_hermetic/simple/cpp:tests",
"non_hermetic/simple/rust:tests",
]
}
group("hermetic_tests") {
testonly = true
deps = [
"hermetic/cpp:hermetic_tests",
"hermetic/rust:hermetic_tests",
]
}