blob: c7c3e011133197902a805dad50a5291f8dcb4d7f [file] [log] [blame]
# Copyright 2023 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.")
import("//build/components.gni")
group("config_from_parent") {
deps = [
"cpp",
"rust",
]
}
group("hermetic_tests") {
testonly = true
deps = [ "integration_test:hermetic_tests" ]
}