X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=extratests%2FMakefile.am;fp=extratests%2FMakefile.am;h=3b46ae8be0da4959c13255df259a45f60e50800f;hb=7708d3e04f6ec3985fd74ee1a44a5615d43065e2;hp=3449ca750bde4a51df193ca4e69ca7b5716bd4f9;hpb=082a55f76cd61f3590976f6b095552ea65259ced;p=libguestfs.git diff --git a/extratests/Makefile.am b/extratests/Makefile.am index 3449ca7..3b46ae8 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 @@ -97,12 +98,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)