X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=extratests%2FMakefile.am;h=3449ca750bde4a51df193ca4e69ca7b5716bd4f9;hp=739f1c2a0b918ec166a8ab40e3da2246c7c2dd82;hb=e1f395defc6db5bbc82537af6e517d94216b7d4b;hpb=d81c0829ea4a99aadb98df37be9543a973269041 diff --git a/extratests/Makefile.am b/extratests/Makefile.am index 739f1c2..3449ca7 100644 --- a/extratests/Makefile.am +++ b/extratests/Makefile.am @@ -46,6 +46,7 @@ extra-tests: \ test-tools-null \ test-tools-internal \ test-tools-real \ + test-capitests \ test-ocaml # Null invocations of the basic tools shouldn't leak memory. @@ -106,6 +107,10 @@ test-tools-real: # ../tools/virt-win-reg (Perl) # ../tools/virt-make-fs (Perl) +# Run capitests under valgrind. +test-capitests: + $(MAKE) -C ../capitests VG="$(RUN_VG)" check + # Test OCaml bindings under valgrind. test-ocaml: $(MAKE) -C ../ocaml VG="$(VG)" check