diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +# The all target builds the project and runs it on a test file (whose path +# is currently hardcoded in main.ml). In order to check that we don't alter +# the behaviour of the interpreter while updating it, we check that the trace +# remains unchanged. all: dune build src/main.exe && \ dune exec src/main.exe > tests/trace_current.txt && \ |