X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=capitests%2FMakefile.am;h=64fc0a15a81f805cddea1d887628bc68d54290fa;hb=408c28f588adc884e9e0cb2358426a703f52d733;hp=7e35872ee121336e3dc73a26eba30eb8fd20f0d1;hpb=9ec9c97ce2ba46e56b304d3a367c86adc703160d;p=libguestfs.git diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 7e35872..64fc0a1 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -57,6 +57,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) \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) \ $(VG) #SKIP_TEST_CHECKSUM_8=$(shell if test `find ../initramfs -name squashfs.ko | wc -l` -eq 0; then echo 1; fi) @@ -122,7 +123,7 @@ test_user_cancel_CFLAGS = \ -I$(top_srcdir)/src -I$(top_builddir)/src \ $(WARN_CFLAGS) $(WERROR_CFLAGS) test_user_cancel_LDADD = \ - $(top_builddir)/src/libguestfs.la + $(top_builddir)/src/libguestfs.la -lm test_debug_to_file_SOURCES = test-debug-to-file.c test_debug_to_file_CFLAGS = \