commit | 9bc29a2cba406208963fb50c8ac9faee0eeeff56 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Sep 11 23:28:33 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Sep 11 23:28:33 2024 +0000 |
tree | 1433ec8e4bb88c26cf58cae1dd1888ca12ff9c4a | |
parent | 3515eec6772201bd6e6b870e20af6859b5204132 [diff] | |
parent | 8254c0505ab7351def676a80ee03a17560e6019c [diff] |
Snap for 12355814 from 8254c0505ab7351def676a80ee03a17560e6019c to build-tools-release Change-Id: I4c346f7a392af6c01a44a8089f8fb214ec53188d
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.