mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
test: use dune options, so, release mode
This commit is contained in:
parent
dbb9dabd1d
commit
50bfe79b6a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ clean:
|
||||||
@dune clean
|
@dune clean
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@dune runtest --force --no-buffer
|
@dune runtest $(OPTS) --force --no-buffer
|
||||||
|
|
||||||
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
|
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
|
||||||
TESTTOOL=benchpress
|
TESTTOOL=benchpress
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue