summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9159a1a..391a9ee7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
all:
dune build src/main.exe && \
- dune exec src/main.exe > trace_current.txt && \
- cmp trace_reference.txt trace_current.txt
+ dune exec src/main.exe > tests/trace_current.txt && \
+ cmp tests/trace_reference.txt tests/trace_current.txt && \
+ rm tests/trace_current.txt
doc:
dune build @doc