X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2FMakefile.am;h=c07b9c579c4f6718e08748cb5233b72d0613a79b;hp=7008166254a1abf8ee28b56050ed4934e642f7fe;hb=7e51cc94ddb7527b37111d6fecce96dca14b900a;hpb=13af3835cdcfbf46c8072b7960d73ae9ca5deb4d diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 7008166..c07b9c5 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -66,12 +66,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 +96,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 $@