Merge "Add bindgen bindings test"

This commit is contained in:
Joel Galenson 2021-08-27 15:37:11 +00:00 committed by Gerrit Code Review
commit c3f73cbd15

View file

@ -57,3 +57,13 @@ rust_library {
"libstatspull_bindgen",
],
}
rust_test {
name: "libstatspull_bindgen_test",
srcs: [":libstatspull_bindgen"],
crate_name: "statspull_bindgen_test",
test_suites: ["general-tests"],
auto_gen_config: true,
clippy_lints: "none",
lints: "none",
}