commit | 5fabc06bacd79a5d56938d91a36b99bac9571292 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Thu May 09 20:06:24 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu May 09 20:06:24 2024 +0000 |
tree | 369a5d48b9d0c700e30d42716f46300da28fba5d | |
parent | 1b36ab11d4f7e96d35bb35b4dd2917bd8630ef30 [diff] | |
parent | e0bc00417dcce6d6bcf6dc42b41bdf58fe1dd113 [diff] |
Update Android.bp by running cargo_embargo am: e0bc00417d Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libtest-mimic/+/3080501 Change-Id: I0daafb7f7e8abf346a282f12326a8c6777b35e62 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.