diff --git a/tests/README.md b/tests/README.md index e1456ba4a..23bb0301b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -8,3 +8,5 @@ To run the test suite, please execute `runtests.sh`. It uses docker. Each directory must contain a `repo` sub-directory, which will be built and launched with learn-ocaml. Other sub-directories are named after exercices, and contain different solutions for it. Each solution (for example test.ml) must be provided with the desired output (test.ml.json), which will be compared with the server response. + +To update (or generate for the first time) the test.ml.json files, you can execute `runtests.sh set`.