mirror of
https://github.com/c-cube/sidekick.git
synced 2026-05-05 08:54:24 -04:00
makefile
This commit is contained in:
parent
701f18561a
commit
94f178d400
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -30,7 +30,8 @@ test:
|
||||||
test-promote:
|
test-promote:
|
||||||
@dune runtest $(OPTS) --force --no-buffer --auto-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
|
TESTTOOL=benchpress
|
||||||
DATE=$(shell date +%FT%H:%M)
|
DATE=$(shell date +%FT%H:%M)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue