X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=extratests%2FMakefile.am;h=e330e5cbea0d84be133de6c052db7ad2c1e67911;hb=270a2b5ebb6a5f01eb3f8cd2b591cd68d3b6096f;hp=74a85ddedd232f4f34118d5b83cf27628db52d26;hpb=d05b16d79fab5d07ee4b5d128768fdc5acee2de7;p=libguestfs.git diff --git a/extratests/Makefile.am b/extratests/Makefile.am index 74a85dd..e330e5c 100644 --- a/extratests/Makefile.am +++ b/extratests/Makefile.am @@ -24,6 +24,31 @@ # - valgrind # # These tests may fail for reasons which aren't necessarily real problems. +# +# XXX Not tested: +# +# ../clone/virt-sysprep +# - hard to test because it's a shell script +# +# ../edit/virt-edit +# +# Perl bindings +# ../edit/virt-edit -e +# ../tools/virt-win-reg (Perl) +# ../tools/virt-make-fs (Perl) +# - hard because Perl doesn't cooperate by freeing memory +# +# Python bindings +# - as for Perl +# +# Ruby bindings +# - these look feasible to test using valgrind +# +# Java bindings +# +# ../fuse/guestmount +# - hard to test because guestmount forks into the background, and +# if valgrind reports errors it doesn't stop the test shell script EXTRA_DIST = suppressions @@ -32,7 +57,7 @@ VG = valgrind \ --leak-check=full \ --error-exitcode=119 \ --suppressions=$(abs_srcdir)/suppressions -RUN_VG = ../run $(VG) +RUN_VG = $(abs_top_builddir)/run $(VG) export LIBVIRT_DEFAULT_URI = \ qemu+unix:///system?socket=/var/run/libvirt/libvirt-sock-ro @@ -112,14 +137,6 @@ test-resize: test-sparsify: $(MAKE) -C ../sparsify VG="$(VG)" check -# XXX Not tested: -# ../clone/virt-sysprep -# ../edit/virt-edit -# ../edit/virt-edit -e -# ../fuse/guestmount -# ../tools/virt-win-reg (Perl) -# ../tools/virt-make-fs (Perl) - # Run capitests under valgrind. test-capitests: $(MAKE) -C ../capitests VG="$(RUN_VG)" check