blob: 9ce5d494a14f9bc9757ad4521f72ec6d78e9cfcc [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.
import("//build/components.gni")
import("//build/rust/rustc_binary.gni")
group("donut-tests") {
testonly = true
deps = [ "policy:donut-lib-tests" ]
}
fuchsia_package("donut") {
deps = [ "cli:bin" ]
}