Bug: 273953205

Clone this repo:
  1. 3db4b89 Update Android.bp by running cargo_embargo am: 705905a77f by James Farrell · 9 weeks ago main master
  2. 705905a Update Android.bp by running cargo_embargo by James Farrell · 10 weeks ago
  3. 5fabc06 Update Android.bp by running cargo_embargo am: e0bc00417d by James Farrell · 3 months ago
  4. e0bc004 Update Android.bp by running cargo_embargo by James Farrell · 3 months ago
  5. 1b36ab1 Migrate to cargo_embargo. am: d8b699d629 am: 935d9f29d0 am: 8980b854b0 by Andrew Walbran · 9 months ago android14-qpr3-release android14-qpr3-s2-release android-14.0.0_r50 android-14.0.0_r51 android-14.0.0_r52 android-14.0.0_r53 android-14.0.0_r54

libtest-mimic

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.


License

Licensed under either of

at your option.

Contribution

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.