docs(README): Mention the binary

This commit is contained in:
Benedikt Peetz 2024-03-27 23:04:14 +01:00 committed by Benedikt Peetz
parent 91adaa2b70
commit 6c64180676
Signed by: bpeetz
GPG Key ID: B6139BCB07CE946D
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ Trixy contains integration tests in the `./tests` directory. These are maintaine
`./scripts/tests.sh` script. Take a look at it's `--help` output for further usage
information.
This crate also contains a binary, which can help with manual testing and inspecting of the
generated AST. The `cargo run --features 'build-binary' -- --help` output should provide
all required information.
Tests are (as of now) only positive, i.e. they can only test successful situations.
Failing test will probably be supported in the future.