X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=extratests%2FMakefile.am;h=6cd4d0b00c4d5915cb8180e37e9c4aa01131b5f2;hb=a5680971a941d143dda26bd7ead672de1c3dec41;hp=9b4e27c7c4a3cd8e68a31290e0f565f1813313ad;hpb=17383b655401deefeaed0e67694720184e4f7a35;p=libguestfs.git diff --git a/extratests/Makefile.am b/extratests/Makefile.am index 9b4e27c..6cd4d0b 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. @@ -105,6 +106,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