From: Richard Jones Date: Wed, 29 Jul 2009 11:45:11 +0000 (+0100) Subject: ocaml: Rebuild the tests from source if the main library changes. X-Git-Tag: 1.0.65~8 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=2d5b0e7599b456d6817b0f225f5ed4ce4795d043;hp=06df9ec2413d7f5ae366bfab1b2177d7b3929837 ocaml: Rebuild the tests from source if the main library changes. --- diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index e4a0a73..12522f2 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -76,6 +76,11 @@ t/guestfs_060_readdir: t/guestfs_060_readdir.cmx mlguestfs.cmxa mkdir -p t $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/src/.libs -I . unix.cmxa mlguestfs.cmxa $< -o $@ +# Need to rebuild the tests from source if the main library has +# changed at all, otherwise we get inconsistent assumptions. +t/%.cmx: t/%.ml mlguestfs.cmxa + $(OCAMLFIND) ocamlopt -c $< -o $@ + .mli.cmi: $(OCAMLFIND) ocamlc -c $< -o $@ .ml.cmo: