From 7628ed99544c4a8f1d21256d072627cb82edb6dd Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 15 May 2013 10:27:21 +0200 Subject: [PATCH] build lib when tests are built --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 595f2e0e..baf40928 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ doc: examples: all ocamlbuild $(OPTIONS) -I . $(EXAMPLES) -tests: +tests: lib ocamlbuild $(OPTIONS) -package oUnit -I . tests/run_tests.native bench: