diff options
author | Son Ho | 2022-02-09 02:00:54 +0100 |
---|---|---|
committer | Son Ho | 2022-02-09 02:00:54 +0100 |
commit | 5c9019003187f14797ba4d4514fec1cf2ac03d65 (patch) | |
tree | e60326b2d8501b0dc695e1dbec46002fb8c89394 /Makefile | |
parent | 342a5d80381e77acb3cc451bc6e49976ccd49282 (diff) |
Make minor modifications with regards to unit tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ build: .PHONY: build-run build-run: build dune exec -- src/main.exe $(CFIM_TEST_FILE1) -dest $(DEST_DIR) -test-units -test-trans-units > tests/trace_current.txt - dune exec -- src/main.exe $(CFIM_TEST_FILE2) -dest $(DEST_DIR) + dune exec -- src/main.exe $(CFIM_TEST_FILE2) -dest $(DEST_DIR) -test-trans-units # Build the project and run the executable, then check that the behaviour # of the interpreter didn't change by comparing the newly generated trace |