makefile target
This commit is contained in:
parent
c8339ed2ef
commit
46ac00e94d
5
Makefile
5
Makefile
@ -30,3 +30,8 @@ test: build
|
|||||||
export PATH="/usr/local/bin$${PATH:+:}$${PATH:-}"
|
export PATH="/usr/local/bin$${PATH:+:}$${PATH:-}"
|
||||||
eval $$(opam config env)
|
eval $$(opam config env)
|
||||||
scripts/test_ligo.sh
|
scripts/test_ligo.sh
|
||||||
|
|
||||||
|
coverage: build-deps
|
||||||
|
BISECT_ENABLE=yes dune runtest --force
|
||||||
|
bisect-ppx-report html
|
||||||
|
bisect-ppx-report summary
|
||||||
|
Loading…
Reference in New Issue
Block a user