diff --git a/README.md b/README.md index 73ffc80..22a1321 100644 --- a/README.md +++ b/README.md @@ -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.