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