From 19477a51327ed749bc0f7cf0ad9195e1b401c5f8 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Wed, 13 Oct 2021 17:53:30 +0200 Subject: [PATCH] docs(tests/README.md): Add hint for test case generation --- tests/README.md | 2 ++ 1 file changed, 2 insertions(+) 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`.