extra tests: Test virt-sparsify.
[libguestfs.git] / extratests / Makefile.am
index 9b4e27c..dff74b6 100644 (file)
@@ -46,6 +46,9 @@ extra-tests: \
        test-tools-null \
        test-tools-internal \
        test-tools-real \
+       test-resize \
+       test-sparsify \
+       test-capitests \
        test-ocaml
 
 # Null invocations of the basic tools shouldn't leak memory.
@@ -95,16 +98,26 @@ 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)
 
+# 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