X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=capitests%2FMakefile.am;h=0d18eaf5617e85c1f0952ff4816b26773b39a6b9;hb=59db941bf64eae2eed6a8e6451e04aa0cbec8294;hp=95afa538ec157dbf70f5443ba25a78d9a591806f;hpb=cb7ec8be4ce6068b6cbc6522a67826cdbd161024;p=libguestfs.git diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 95afa53..0d18eaf 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 \