blob: b047470b5cde9f7a4a28b032694bb839c0f1f7bd [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/host.gni")
import("//build/rust/rustc_binary.gni")
rustc_binary("test_component_host_helper") {
edition = "2021"
name = "test_component_host_helper"
deps = [ "//third_party/rust_crates:structopt" ]
source_root = "generate_test_component_script_and_config.rs"
sources = [ source_root ]
testonly = true
}