X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=extratests%2FMakefile.am;h=dff74b62fd39cebdccb7b64cf710a20b9e9dd7b3;hb=766b5cdefa13145a529dd08e756c3bf81d7fe734;hp=6cd4d0b00c4d5915cb8180e37e9c4aa01131b5f2;hpb=a5680971a941d143dda26bd7ead672de1c3dec41;p=libguestfs.git diff --git a/extratests/Makefile.am b/extratests/Makefile.am index 6cd4d0b..dff74b6 100644 --- a/extratests/Makefile.am +++ b/extratests/Makefile.am @@ -46,6 +46,8 @@ extra-tests: \ test-tools-null \ test-tools-internal \ test-tools-real \ + test-resize \ + test-sparsify \ test-capitests \ test-ocaml @@ -96,13 +98,19 @@ 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 + +# Run virt-sparsify tests under valgrind. +test-sparsify: + $(MAKE) -C ../sparsify 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)