mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
build lib when tests are built
This commit is contained in:
parent
20097ddae3
commit
7628ed9954
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -22,7 +22,7 @@ doc:
|
||||||
examples: all
|
examples: all
|
||||||
ocamlbuild $(OPTIONS) -I . $(EXAMPLES)
|
ocamlbuild $(OPTIONS) -I . $(EXAMPLES)
|
||||||
|
|
||||||
tests:
|
tests: lib
|
||||||
ocamlbuild $(OPTIONS) -package oUnit -I . tests/run_tests.native
|
ocamlbuild $(OPTIONS) -package oUnit -I . tests/run_tests.native
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue