Skip to content

Commit

Permalink
mecanism for test filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Keryan-dev committed Jul 18, 2024
1 parent bb9af6e commit 8b61fd0
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 44 deletions.
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
Loading

0 comments on commit 8b61fd0

Please sign in to comment.