Skip to content

Commit

Permalink
docs(tests/README.md): Add hint for test case generation
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Oct 13, 2021
1 parent 71c3590 commit 19477a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/README.md
Expand Up @@ -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`.

0 comments on commit 19477a5

Please sign in to comment.