summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Protzenko2021-12-15 11:10:03 +0100
committerJonathan Protzenko2021-12-15 11:10:03 +0100
commitfdb35011e866a1894b9ac28ff02985c4955fa49f (patch)
treeff619e0f6b74f1a341fd9a9a96f81611d4c44721 /Makefile
parentc52409de6aebb1e201694bcddb8024aabfc8f2b2 (diff)
Parsing of command-line arguments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03444d51..a058bac8 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ build-run:
.PHONY: build-run-check-trace
build-run-check-trace:
dune build src/main.exe && \
- dune exec src/main.exe > tests/trace_current.txt && \
+ dune exec src/main.exe ../charon/charon/tests/test1.cfim > tests/trace_current.txt && \
cmp tests/trace_reference.txt tests/trace_current.txt && \
rm tests/trace_current.txt