From fdb35011e866a1894b9ac28ff02985c4955fa49f Mon Sep 17 00:00:00 2001 From: Jonathan Protzenko Date: Wed, 15 Dec 2021 11:10:03 +0100 Subject: Parsing of command-line arguments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3