commit | a53c0af84c04e32ef8060f3d303d69684969be91 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Tue Aug 24 13:09:20 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 24 13:09:20 2021 +0000 |
tree | 0b8e0bf5cb10595820ed8ed7a9c5bcd858cea44f | |
parent | a81194e6f0d1d38d5a082aefaf157d1b67faf5df [diff] | |
parent | e3056be600fceed47fa9eabe2c2145f0d38a3624 [diff] |
Merge "Add missing data for test."
diff --git a/authfs/Android.bp b/authfs/Android.bp index 174914f..a6792b0 100644 --- a/authfs/Android.bp +++ b/authfs/Android.bp
@@ -79,3 +79,13 @@ "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", +}