diff options
author | 2020-11-16 23:11:10 +0000 | |
---|---|---|
committer | 2020-11-16 23:11:10 +0000 | |
commit | f15c0558bfdd87b2b04f6f074142bd9b35ee1011 (patch) | |
tree | 3cffc766909404fcfdd1717adf6e982537f1e44b /rust/rust_test.go | |
parent | bc1f77e59017ee55fbdaff0d0d8f5cd82d85b47d (diff) | |
parent | 62a0cfd05460d0e760ce9133690e48861bb57eee (diff) |
Merge changes Ic22603a5,I5330b571
* changes:
Annotate dependency tags for dependencies of installed files
Use the the preferred architecture symlink as the tool path if it exists
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", |