diff options
author | 2020-11-24 16:01:35 +0000 | |
---|---|---|
committer | 2020-11-24 16:01:35 +0000 | |
commit | e5218b6be65ff20832318123d69a6730c02f15d1 (patch) | |
tree | 2da07186c340b0a043748e97a2e009602b4e7699 /rust/rust_test.go | |
parent | f503dc3ba139578743697ad696f1a909bbe61499 (diff) | |
parent | e9fe2949b887deba2b46b2a8c043f228a95e99e3 (diff) |
Merge "Annotate dependency tags for dependencies of installed files"
Diffstat (limited to 'rust/rust_test.go')
-rw-r--r-- | rust/rust_test.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/rust_test.go b/rust/rust_test.go index 14bbd0b9a..187f0b699 100644 --- a/rust/rust_test.go +++ b/rust/rust_test.go @@ -286,6 +286,12 @@ func TestSourceProviderDeps(t *testing.T) { srcs: ["src/any.h"], out: ["src/any.rs"], } + rust_binary_host { + name: "any_rust_binary", + srcs: [ + "foo.rs", + ], + } rust_bindgen { name: "libbindings", crate_name: "bindings", |