Skip to content

Commit

Permalink
reftest: add a target 'quick-reftest' to launch only tests with N0REP0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Aug 9, 2024
1 parent fb97ae4 commit cf858c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,11 @@ reftest-runner: $(DUNE_DEP) src/client/no-git-version
$(DUNE) build $(DUNE_ARGS) $(DUNE_PROFILE_ARG) --root . tests/reftests/run.exe

reftests: $(DUNE_DEP) src/client/no-git-version
@$(DUNE) build $(DUNE_ARGS) $(DUNE_PROFILE_ARG) --root . @reftest; \
@ $(DUNE) build $(DUNE_ARGS) $(DUNE_PROFILE_ARG) --root . @reftest; \
$(tests-summary)

quick-reftests: $(DUNE_DEP) src/client/no-git-version
@ TESTALL=0 TESTN0REP0=1 $(DUNE) build $(DUNE_ARGS) $(DUNE_PROFILE_ARG) --root . @reftest; \
$(tests-summary)

reftest-%: $(DUNE_DEP) src/client/no-git-version
Expand Down

0 comments on commit cf858c5

Please sign in to comment.