X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2FMakefile.am;h=6d7ed091a213a040d6fc2b14f72b1abe2a5c1ebe;hb=7f35002e2301478b602e6d6c890508c25e153d71;hp=7008166254a1abf8ee28b56050ed4934e642f7fe;hpb=13af3835cdcfbf46c8072b7960d73ae9ca5deb4d;p=libguestfs.git diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 7008166..6d7ed09 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -59,6 +59,7 @@ guestfs_c_actions.o: guestfs_c_actions.c TESTS_ENVIRONMENT = \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) \ $(VG) TESTS = run-bindtests \ @@ -66,12 +67,14 @@ TESTS = run-bindtests \ t/guestfs_010_basic \ t/guestfs_070_threads \ t/guestfs_080_optargs \ + t/guestfs_400_events \ t/guestfs_400_progress noinst_DATA += bindtests \ t/guestfs_005_load \ t/guestfs_010_basic \ t/guestfs_070_threads \ t/guestfs_080_optargs \ + t/guestfs_400_events \ t/guestfs_400_progress bindtests: bindtests.cmx mlguestfs.cmxa @@ -94,6 +97,10 @@ t/guestfs_080_optargs: t/guestfs_080_optargs.cmx mlguestfs.cmxa mkdir -p t $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/src/.libs -I . -package unix -linkpkg mlguestfs.cmxa $< -o $@ +t/guestfs_400_events: t/guestfs_400_events.cmx mlguestfs.cmxa + mkdir -p t + $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/src/.libs -I . -package unix -linkpkg mlguestfs.cmxa $< -o $@ + t/guestfs_400_progress: t/guestfs_400_progress.cmx mlguestfs.cmxa mkdir -p t $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/src/.libs -I . -package unix -linkpkg mlguestfs.cmxa $< -o $@