X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=capitests%2FMakefile.am;h=6577f69d12aa3321a5f91d225553ff33b5b4da6b;hp=1374d9bf7b59221b948ca020128041b05e987784;hb=2ee6ea2ce128d200928173f3d4b40cadae17de93;hpb=b535363e7e7a000cca3651790f911b2d0605968f diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 1374d9b..6577f69 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -27,12 +27,17 @@ check_PROGRAMS = \ tests \ test-command \ test-create-handle \ - test-config + test-config \ + test-add-drive-opts \ + test-last-errno TESTS = \ tests \ test-create-handle \ - test-config + test-config \ + 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) \ @@ -67,6 +72,20 @@ test_config_CFLAGS = \ test_config_LDADD = \ $(top_builddir)/src/libguestfs.la +test_add_drive_opts_SOURCES = test-add-drive-opts.c +test_add_drive_opts_CFLAGS = \ + -I$(top_srcdir)/src -I$(top_builddir)/src \ + $(WARN_CFLAGS) $(WERROR_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: