parse_test_executable

Crates.ioparse_test_executable
lib.rsparse_test_executable
version0.1.0
sourcesrc
created_at2024-06-08 05:02:47.585306
updated_at2024-06-08 05:02:47.585306
descriptionSimple program to extract executable path from `cargo test` output.
homepage
repositoryhttps://github.com/Anders429/parse_test_executable
max_upload_size
id1265477
size19,841
Anders Evensen (Anders429)

documentation

README

parse_test_executable

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.

License

This project is 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.

Commit count: 1

cargo fmt