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
c5e7c11131
commit
588c128a55
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -30,6 +30,12 @@ test:
|
|||
test-promote:
|
||||
@dune runtest $(OPTS) --force --no-buffer --auto-promote
|
||||
|
||||
format:
|
||||
@dune build @fmt --auto-promote
|
||||
|
||||
format-check:
|
||||
@dune build @fmt --quiet
|
||||
|
||||
TESTOPTS ?= -j $(J) -c tests/benchpress.sexp --progress
|
||||
TESTTOOL=benchpress
|
||||
DATE=$(shell date +%FT%H:%M)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue