summaryrefslogtreecommitdiff
path: root/rust/rust_test.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-11-16 23:11:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-11-16 23:11:10 +0000
commitf15c0558bfdd87b2b04f6f074142bd9b35ee1011 (patch)
tree3cffc766909404fcfdd1717adf6e982537f1e44b /rust/rust_test.go
parentbc1f77e59017ee55fbdaff0d0d8f5cd82d85b47d (diff)
parent62a0cfd05460d0e760ce9133690e48861bb57eee (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.go6
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",