Crates.io | parse_test_executable |
lib.rs | parse_test_executable |
version | 0.1.0 |
source | src |
created_at | 2024-06-08 05:02:47.585306 |
updated_at | 2024-06-08 05:02:47.585306 |
description | Simple program to extract executable path from `cargo test` output. |
homepage | |
repository | https://github.com/Anders429/parse_test_executable |
max_upload_size | |
id | 1265477 |
size | 19,841 |
Simple program to extract executable path from cargo test
output.
Specifically, this requires json output from running
cargo test --no-run --message-format=json
. The executable path is printed to stdout
.
The primary use of this program is in continuous integration, allowing the test executable to be obtained programmatically.
This project is 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.