Files
rojo/rojo-test/README.md
2019-09-30 16:27:31 -07:00

8 lines
181 B
Markdown

# rojo-test
This project does end-to-end testing of Rojo by executing it and checking what side-effects it has.
rojo-test is meant to be run as a test with:
```bash
cargo test
```