Skip to content
Snippets Groups Projects
Commit 5f119c2b authored by Nathanael Sandy's avatar Nathanael Sandy
Browse files

docs: wording

parent 7346fd29
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,6 @@ Then run the `gen.py` script:
./gen.py
```
This will write a test case that `lit` understands into `tests/**/*.choc`. It uses *your* `choco-opt` implementation to generate the test case. It will *also* overwrite existing tests. It might happen that your implementation doesn't pass all of the tests in this repository, but you still want to add a new test. In that case, please only commit your new test, and don't overwrite the existing ones.
This will write a test case that `lit` understands into `tests/**/*.choc`. It uses *your* `choco-opt` implementation to generate the expected output. It will *also* overwrite existing tests. It might happen that your implementation doesn't pass all of the tests in this repository, but you still want to add a new test. In that case, please only commit your new test, and don't overwrite the existing ones.
(Your virtual environment which has `lit` and `choco-opt` in `PATH` needs to be activated.)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment