X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=capitests%2FMakefile.am;h=65a7240c73ccfe7bc617f725d7fcb9d6daad10cb;hp=023efe4b0d22086301688dc6aee8ec14e21eb391;hb=2a33d81e2b7fa2affaaad48538307c818b4a8260;hpb=8ccc6cd1f798f960e520ea8de24eb1f6a1313d3a diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 023efe4..65a7240 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -38,6 +38,7 @@ TESTS_ENVIRONMENT = \ SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ SKIP_TEST_COMMAND_LINES=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ SKIP_TEST_CHECKSUM_8=$(shell if test `find ../initramfs -name squashfs.ko | wc -l` -eq 0; then echo 1; fi) \ + LIBGUESTFS_PATH=$(top_builddir)/appliance \ $(VG) # Run the tests under valgrind.