Add bindgen bindings test

Test: atest
Change-Id: I1a7685f1c8ab02dbae8ba89808c2f6f66789a52c
This commit is contained in:
Joel Galenson 2021-08-23 13:45:39 -07:00
parent 0a2484304d
commit a81194e6f0
1 changed files with 10 additions and 0 deletions

View File

@ -79,3 +79,13 @@ filegroup {
"testdata/input.4m.merkle_dump.bad",
],
}
rust_test {
name: "libauthfs_crypto_bindgen_test",
srcs: [":libauthfs_crypto_bindgen"],
crate_name: "authfs_crypto_bindgen_test",
test_suites: ["general-tests"],
auto_gen_config: true,
clippy_lints: "none",
lints: "none",
}