| commit | 4ca9590764e9bd1377dd1fd0d075348a11a529dc | [log] [tgz] |
|---|---|---|
| author | James Farrell <jamesfarrell@google.com> | Tue Aug 06 16:56:11 2024 +0000 |
| committer | James Farrell <jamesfarrell@google.com> | Tue Aug 06 16:56:11 2024 +0000 |
| tree | 1433ec8e4bb88c26cf58cae1dd1888ca12ff9c4a | |
| parent | 3db4b899ecda4ee06afcc4ea443f989d0efe3c09 [diff] |
Update Android.bp by running cargo_embargo Test: ran cargo_embargo Change-Id: Ic9d6bb2c0bbb615153a5b2298a9951f96cf27f4f
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.