blob: 0e88fb6d406f708e523cdd4a9b3320afc9deca64 [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.
assert(is_fuchsia, "These targets are only compiled in the fuchsia toolchain.")
group("codelab") {
deps = [
"cpp",
"rust",
]
}
group("hermetic_tests") {
testonly = true
deps = [
"cpp:hermetic_tests",
"rust:hermetic_tests",
]
}