commit | 1d91a77f82490f49c6f9037beb31ac19192dc0ca | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat May 11 01:13:02 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat May 11 01:13:02 2024 +0000 |
tree | 369a5d48b9d0c700e30d42716f46300da28fba5d | |
parent | 1b36ab11d4f7e96d35bb35b4dd2917bd8630ef30 [diff] | |
parent | b680b25f3c00546cbd067a384c94344dabcaed6b [diff] |
Snap for 11828632 from b680b25f3c00546cbd067a384c94344dabcaed6b to 24Q3-release Change-Id: I3cd9700057861049328550b8e9974d83ea74745f
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.