X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=capitests%2FMakefile.am;h=487a33f9ad84e68fe062c7d59d54fceed1c8367d;hb=36b236fc97880c04e2ceeac502ff07a5e9993e28;hp=542c4fb907a9637e944f29a4351d20d5a6665222;hpb=6d75ce8e6ca1f3f0a946ee4e214f6d2bff07adc4;p=libguestfs.git diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 542c4fb..487a33f 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -30,7 +30,9 @@ check_PROGRAMS = \ test-create-handle \ test-config \ test-add-drive-opts \ - test-last-errno + test-last-errno \ + test-private-data \ + test-debug-to-file TESTS = \ tests \ @@ -38,7 +40,9 @@ TESTS = \ test-create-handle \ test-config \ test-add-drive-opts \ - test-last-errno + test-last-errno \ + test-private-data \ + test-debug-to-file # The API behind this test is not baked yet. #if HAVE_LIBVIRT @@ -103,6 +107,22 @@ test_last_errno_CFLAGS = \ test_last_errno_LDADD = \ $(top_builddir)/src/libguestfs.la +test_private_data_SOURCES = test-private-data.c +test_private_data_CFLAGS = \ + -I$(top_srcdir)/src -I$(top_builddir)/src \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) +test_private_data_LDADD = \ + $(top_builddir)/src/libguestfs.la + +test_debug_to_file_SOURCES = test-debug-to-file.c +test_debug_to_file_CFLAGS = \ + -I$(top_srcdir)/src -I$(top_builddir)/src \ + -I$(top_srcdir)/gnulib/lib \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) +test_debug_to_file_LDADD = \ + $(top_builddir)/src/libguestfs.la \ + ../gnulib/lib/libgnu.la + #if HAVE_LIBVIRT #test_add_libvirt_dom_SOURCES = test-add-libvirt-dom.c #test_add_libvirt_dom_CFLAGS = \