We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701f185 commit 94f178dCopy full SHA for 94f178d
1 file changed
Makefile
@@ -30,7 +30,8 @@ test:
30
test-promote:
31
@dune runtest $(OPTS) --force --no-buffer --auto-promote
32
33
-TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
+PROGRESS ?= --progress
34
+TESTOPTS ?= -j $(J) -c tests/benchpress.sexp $(PROGRESS)
35
TESTTOOL=benchpress
36
DATE=$(shell date +%FT%H:%M)
37
0 commit comments