mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
chore: add --progress in makefile
This commit is contained in:
parent
9293553925
commit
858ffb6f25
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -26,7 +26,7 @@ clean:
|
||||||
test:
|
test:
|
||||||
@dune runtest --force --no-buffer
|
@dune runtest --force --no-buffer
|
||||||
|
|
||||||
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp
|
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
|
||||||
TESTTOOL=benchpress
|
TESTTOOL=benchpress
|
||||||
DATE=$(shell date +%FT%H:%M)
|
DATE=$(shell date +%FT%H:%M)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue