mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -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:
|
||||
@dune runtest --force --no-buffer
|
||||
|
||||
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp
|
||||
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
|
||||
TESTTOOL=benchpress
|
||||
DATE=$(shell date +%FT%H:%M)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue