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