diff options
author | Jonathan Protzenko | 2021-12-15 11:10:03 +0100 |
---|---|---|
committer | Jonathan Protzenko | 2021-12-15 11:10:03 +0100 |
commit | fdb35011e866a1894b9ac28ff02985c4955fa49f (patch) | |
tree | ff619e0f6b74f1a341fd9a9a96f81611d4c44721 /Makefile | |
parent | c52409de6aebb1e201694bcddb8024aabfc8f2b2 (diff) |
Parsing of command-line arguments
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |