mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -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
|
||||
|
||||
test:
|
||||
@dune runtest --force --no-buffer
|
||||
@dune runtest $(OPTS) --force --no-buffer
|
||||
|
||||
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
|
||||
TESTTOOL=benchpress
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue