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

docs: wording

parent e2c96758
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@ If you want to add a new test, the easiest way is to add a new `.choc` file in `
./gen.py
```
This will write a test case that `lit` understands into `tests/**/*.choc`. 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 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.
(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