blob: d33125be8ea6111d9ce173f3cab7fcbdea96a087 [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.")
import("//build/components.gni")
group("echo") {
testonly = true
deps = [
":echo-example",
":hermetic_tests",
]
}
group("hermetic_tests") {
testonly = true
deps = [
"cpp:hermetic_tests",
"rust:hermetic_tests",
]
}
fuchsia_package("echo-example") {
deps = [
"cpp:component",
"rust:component",
]
}