X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=capitests%2FMakefile.am;h=1dded1e08058a3260034aeb931144e23fb357c56;hp=435b1ee7ad7ab27068dde8f3a9472e056741cc29;hb=9cd1810b5e5b0a09f1a6eaf64fa14b924fbb0eae;hpb=39052d270fcce991238fc5f9939677b5d6e31d15;ds=sidebyside diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 435b1ee..1dded1e 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -28,13 +28,15 @@ check_PROGRAMS = \ test-command \ test-create-handle \ test-config \ - test-add-drive-opts + test-add-drive-opts \ + test-last-errno TESTS = \ tests \ test-create-handle \ test-config \ - test-add-drive-opts + test-add-drive-opts \ + test-last-errno 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) \ @@ -76,6 +78,13 @@ test_add_drive_opts_CFLAGS = \ test_add_drive_opts_LDADD = \ $(top_builddir)/src/libguestfs.la +test_last_errno_SOURCES = test-last-errno.c +test_last_errno_CFLAGS = \ + -I$(top_srcdir)/src -I$(top_builddir)/src \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) +test_last_errno_LDADD = \ + $(top_builddir)/src/libguestfs.la + # Run the tests under valgrind. valgrind: