This commit is contained in:
Simon Cruanes 2026-04-24 00:55:55 -04:00
parent 701f18561a
commit 94f178d400

View file

@ -30,7 +30,8 @@ test:
test-promote:
@dune runtest $(OPTS) --force --no-buffer --auto-promote
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
PROGRESS ?= --progress
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp $(PROGRESS)
TESTTOOL=benchpress
DATE=$(shell date +%FT%H:%M)