blob: 105362ea7816f4a3ae6f323451a6245e5e29324c [file] [log] [blame]
# Copyright 2018 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/package.gni")
import("//build/rust/rustc_binary.gni")
rustc_binary("bin") {
name = "test_filter_client"
edition = "2018"
deps = [
"//third_party/rust-crates/rustc_deps:failure",
]
}
package("test_filter_client") {
deps = [
":bin",
]
binary = "test_filter_client"
meta = [
{
path = rebase_path("meta/test_filter_client.cmx")
dest = "test_filter_client.cmx"
},
]
}