X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=capitests%2FMakefile.am;h=542c4fb907a9637e944f29a4351d20d5a6665222;hb=fc279d28060b2ee6f52dbc92cb1541f2494e1258;hp=0d18eaf5617e85c1f0952ff4816b26773b39a6b9;hpb=59db941bf64eae2eed6a8e6451e04aa0cbec8294;p=libguestfs.git diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 0d18eaf..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) @@ -102,16 +103,16 @@ test_last_errno_CFLAGS = \ test_last_errno_LDADD = \ $(top_builddir)/src/libguestfs.la -if HAVE_LIBVIRT -test_add_libvirt_dom_SOURCES = test-add-libvirt-dom.c -test_add_libvirt_dom_CFLAGS = \ - -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir)/gnulib/lib \ - $(LIBVIRT_CFLAGS) \ - $(WARN_CFLAGS) $(WERROR_CFLAGS) -test_add_libvirt_dom_LDADD = \ - $(top_builddir)/src/libguestfs.la $(LIBVIRT_LIBS) \ - $(LTLIBTHREAD) ../gnulib/lib/libgnu.la -endif +#if HAVE_LIBVIRT +#test_add_libvirt_dom_SOURCES = test-add-libvirt-dom.c +#test_add_libvirt_dom_CFLAGS = \ +# -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir)/gnulib/lib \ +# $(LIBVIRT_CFLAGS) \ +# $(WARN_CFLAGS) $(WERROR_CFLAGS) +#test_add_libvirt_dom_LDADD = \ +# $(top_builddir)/src/libguestfs.la $(LIBVIRT_LIBS) \ +# $(LTLIBTHREAD) ../gnulib/lib/libgnu.la +#endif # Run the tests under valgrind.