X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=capitests%2FMakefile.am;h=7e35872ee121336e3dc73a26eba30eb8fd20f0d1;hb=d8140d5689e49d926e5e1a53ec685088dec19a6d;hp=487a33f9ad84e68fe062c7d59d54fceed1c8367d;hpb=eb6119da38ed98f9fe902401614c2d14ed20bb2e;p=libguestfs.git diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 487a33f..7e35872 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -32,6 +32,7 @@ check_PROGRAMS = \ test-add-drive-opts \ test-last-errno \ test-private-data \ + test-user-cancel \ test-debug-to-file TESTS = \ @@ -42,6 +43,7 @@ TESTS = \ test-add-drive-opts \ test-last-errno \ test-private-data \ + test-user-cancel \ test-debug-to-file # The API behind this test is not baked yet. @@ -114,6 +116,14 @@ test_private_data_CFLAGS = \ test_private_data_LDADD = \ $(top_builddir)/src/libguestfs.la +test_user_cancel_SOURCES = test-user-cancel.c +test_user_cancel_CFLAGS = \ + -pthread \ + -I$(top_srcdir)/src -I$(top_builddir)/src \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) +test_user_cancel_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 \