commit | 3db4b899ecda4ee06afcc4ea443f989d0efe3c09 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 14:38:04 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 21 14:38:04 2024 +0000 |
tree | 8d7f6d6695b975a2116906415d64a8d6c0a81f8c | |
parent | 5fabc06bacd79a5d56938d91a36b99bac9571292 [diff] | |
parent | 705905a77fed0d4cdb28cd78c8a07652efb44f69 [diff] |
Update Android.bp by running cargo_embargo am: 705905a77f Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libtest-mimic/+/3095495 Change-Id: I19af1ea43cc9aba16e8f2302137ce666cea43d4c Signed-off-by: Automerger Merge Worker <[email protected]>
Write your own test harness that looks and behaves like the built-in test harness (used by rustc --test
)!
This is a simple and small testing framework that mimics the original libtest
. That means: all output looks pretty much like cargo test
and most CLI arguments are understood and used. With that plumbing work out of the way, your test runner can focus on the actual testing. (MSRV: 1.60)
See the documentation or the examples/
folder for more information.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.