Skip to content

Commit 94f178d

Browse files
committed
makefile
1 parent 701f185 commit 94f178d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ test:
3030
test-promote:
3131
@dune runtest $(OPTS) --force --no-buffer --auto-promote
3232

33-
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
33+
PROGRESS ?= --progress
34+
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp $(PROGRESS)
3435
TESTTOOL=benchpress
3536
DATE=$(shell date +%FT%H:%M)
3637

0 commit comments

Comments
 (0)