blob: 0bb41ff1388540d481858af1ec114dd7173fa0dd [file] [log] [blame]
# Copyright 2024 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")
import("//build/rust/rustc_binary.gni")
group("wake_lease") {
deps = [
"cpp",
"rust",
]
}
group("tests") {
testonly = true
deps = [
"cpp:tests",
"rust:tests",
]
}