commit | 525cff3f9e66c3b9b0b91a77419eaaec39ea42a9 | [log] [tgz] |
---|---|---|
author | James Farrell <jamesfarrell@google.com> | Wed Aug 07 11:15:29 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 07 11:15:29 2024 +0000 |
tree | 1433ec8e4bb88c26cf58cae1dd1888ca12ff9c4a | |
parent | e59f463d4b2932020a03e4de4a5a14899ca26627 [diff] | |
parent | 8254c0505ab7351def676a80ee03a17560e6019c [diff] |
Update Android.bp by running cargo_embargo am: 4ca9590764 am: 8254c0505a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libtest-mimic/+/3208502 Change-Id: I06bc04839b6a234533a431c91308a83831523ecc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.