X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=capitests%2FMakefile.am;fp=capitests%2FMakefile.am;h=542c4fb907a9637e944f29a4351d20d5a6665222;hp=b1b4e1d272e71fe27322e1b07b4b753ed74957a6;hb=6d75ce8e6ca1f3f0a946ee4e214f6d2bff07adc4;hpb=078fbee4e73036783aefef9401735f8b80e81bb2 diff --git a/capitests/Makefile.am b/capitests/Makefile.am index b1b4e1d..542c4fb 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -50,10 +50,11 @@ EXTRA_DIST += test-add-libvirt-dom.c 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) +#SKIP_TEST_CHECKSUM_8=$(shell if test `find ../initramfs -name squashfs.ko | wc -l` -eq 0; then echo 1; fi) + tests_SOURCES = tests.c tests_CFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src \ $(WARN_CFLAGS) $(WERROR_CFLAGS)