X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=capitests%2FMakefile.am;h=b1b4e1d272e71fe27322e1b07b4b753ed74957a6;hp=95afa538ec157dbf70f5443ba25a78d9a591806f;hb=6ab57837216f498a08d33240c429ed678968fb78;hpb=cb7ec8be4ce6068b6cbc6522a67826cdbd161024;ds=sidebyside diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 95afa53..b1b4e1d 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -26,6 +26,7 @@ EXTRA_DIST = $(BUILT_SOURCES) check_PROGRAMS = \ tests \ test-command \ + test-just-header \ test-create-handle \ test-config \ test-add-drive-opts \ @@ -33,6 +34,7 @@ check_PROGRAMS = \ TESTS = \ tests \ + test-just-header \ test-create-handle \ test-config \ test-add-drive-opts \ @@ -65,6 +67,13 @@ test_command_LDFLAGS = -all-static # Hand-written C API tests. +test_just_header_SOURCES = test-just-header.c +test_just_header_CFLAGS = \ + -I$(top_srcdir)/src -I$(top_builddir)/src \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) +test_just_header_LDADD = \ + $(top_builddir)/src/libguestfs.la + test_create_handle_SOURCES = test-create-handle.c test_create_handle_CFLAGS = \ -I$(top_srcdir)/src -I$(top_builddir)/src \ @@ -93,16 +102,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.