@@ -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.)