build lib when tests are built

This commit is contained in:
Simon Cruanes 2013-05-15 10:27:21 +02:00
parent 20097ddae3
commit 7628ed9954

View file

@ -22,7 +22,7 @@ doc:
examples: all
ocamlbuild $(OPTIONS) -I . $(EXAMPLES)
tests:
tests: lib
ocamlbuild $(OPTIONS) -package oUnit -I . tests/run_tests.native
bench: