docs(README): Mention the binary
This commit is contained in:
parent
1e078fa46d
commit
366efd8331
|
@ -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
|
`./scripts/tests.sh` script. Take a look at it's `--help` output for further usage
|
||||||
information.
|
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.
|
Tests are (as of now) only positive, i.e. they can only test successful situations.
|
||||||
Failing test will probably be supported in the future.
|
Failing test will probably be supported in the future.
|
||||||
|
|
||||||
|
|
Reference in New Issue