Fix 'make test' rule.
authorRichard W.M. Jones <rich@annexia.org>
Wed, 27 Aug 2008 11:27:47 +0000 (11:27 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Wed, 27 Aug 2008 11:27:47 +0000 (11:27 +0000)
Makefile.in

index 3fcd8e4..6086f24 100644 (file)
@@ -135,7 +135,10 @@ else
 PP     = -pp 'camlp4o $(OCAMLLIB)/bisect/bisect.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo'
 endif
 
-test: pa_bitstring.cmo bitstring.cma bitstring_persistent.cma tests/test.bmpp
+test: pa_bitstring.cmo \
+       bitstring.cma bitstring_persistent.cma \
+       bitstring.cmxa bitstring_persistent.cmxa \
+       tests/test.bmpp
        @for f in $(TESTS); do \
          echo Building $$f; \
          $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) $(PP) -package unix $(OCAMLOPTLIBS) -I . bitstring.cmxa $$f.ml -o $$f.opt; \