Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52c44da3 authored by Joel Galenson's avatar Joel Galenson
Browse files

Add bindgen bindings test

Note that these are currently no-op tests that do nothing.  But this
makes them future proof in case we add more later.

Test: atest
Change-Id: Icd3c355ea8db296a48d7ded342dc52dbdfce11d9
parent 0bd3275a
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -135,3 +135,23 @@ rust_test {
        "libbinder_ndk_sys",
    ],
}

rust_test {
    name: "libbinder_ndk_bindgen_test",
    srcs: [":libbinder_ndk_bindgen"],
    crate_name: "binder_ndk_bindgen",
    test_suites: ["general-tests"],
    auto_gen_config: true,
    clippy_lints: "none",
    lints: "none",
}

rust_test {
    name: "libbinder_rpc_unstable_bindgen_test",
    srcs: [":libbinder_rpc_unstable_bindgen"],
    crate_name: "binder_rpc_unstable_bindgen",
    test_suites: ["general-tests"],
    auto_gen_config: true,
    clippy_lints: "none",
    lints: "none",
}