X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2FMakefile.am;fp=ocaml%2FMakefile.am;h=77c5be965d6e2e866a0270f38241113892fe207c;hb=14490c3e1aac61c6ac90f28828896683f64f0dc9;hp=e80d44a35814cb4fcf42f78075183800b3061c90;hpb=87be9b26e7004a9a58970b4e97d0d152dc1c0704;p=libguestfs.git diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index e80d44a..77c5be9 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -65,10 +65,12 @@ TESTS_ENVIRONMENT = \ TESTS = run-bindtests \ t/guestfs_005_load t/guestfs_010_launch t/guestfs_050_lvcreate \ t/guestfs_060_readdir t/guestfs_070_threads \ + t/guestfs_080_optargs \ t/guestfs_400_progress noinst_DATA += bindtests \ t/guestfs_005_load t/guestfs_010_launch t/guestfs_050_lvcreate \ t/guestfs_060_readdir t/guestfs_070_threads \ + t/guestfs_080_optargs \ t/guestfs_400_progress bindtests: bindtests.cmx mlguestfs.cmxa @@ -95,6 +97,10 @@ t/guestfs_070_threads: t/guestfs_070_threads.cmx mlguestfs.cmxa mkdir -p t $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/src/.libs -I . -package unix,threads -thread -linkpkg mlguestfs.cmxa $< -o $@ +t/guestfs_080_optargs: t/guestfs_080_optargs.cmx mlguestfs.cmxa + mkdir -p t + $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/src/.libs -I . -package xml-light,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 xml-light,unix -linkpkg mlguestfs.cmxa $< -o $@