X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=extratests%2FMakefile.am;h=a73a18762a8afbb3aaf6c96a2752e36596b0d27e;hb=52f361895b9367f08b6f381e7f6a9d5e30646a20;hp=6cd4d0b00c4d5915cb8180e37e9c4aa01131b5f2;hpb=a5680971a941d143dda26bd7ead672de1c3dec41;p=libguestfs.git diff --git a/extratests/Makefile.am b/extratests/Makefile.am index 6cd4d0b..a73a187 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-resize \ test-capitests \ test-ocaml @@ -96,12 +97,15 @@ test-tools-real: if [ $$r -ne 0 ]; then exit $$r; fi; \ done +# Run virt-resize tests under valgrind. +test-resize: + $(MAKE) -C ../resize VG="$(VG)" check + # XXX Not tested: # ../clone/virt-sysprep # ../edit/virt-edit # ../edit/virt-edit -e # ../fuse/guestmount -# ../resize/virt-resize (OCaml) # ../sparsify/virt-sparsify (OCaml) # ../tools/virt-win-reg (Perl) # ../tools/virt-make-fs (Perl)