X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2FMakefile.am;h=bfeadcfc13d7cab9485c6ae20eaa310b99f46e1e;hp=971b58126d1d756e8fba5f13e5be4977f74a519d;hb=f583e8aebf51c49bd03d2dc4a8ecc9d5d5a3b3ef;hpb=5d5c1b0b34d8e5983e68455d9c81836417495022 diff --git a/t/Makefile.am b/t/Makefile.am index 971b581..bfeadcf 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -17,8 +17,10 @@ noinst_LTLIBRARIES = # unit tests # +if UNIT_TESTING TESTS += unit/libsysdb_test unit/libsysdb_net_test check_PROGRAMS += unit/libsysdb_test unit/libsysdb_net_test +endif unit_libsysdb_test_SOURCES = \ unit/libsysdb_test.c unit/libsysdb_test.h \ @@ -51,7 +53,9 @@ unit_libsysdb_net_test_LDADD = $(top_builddir)/src/libsysdb.la @CHECK_LIBS@ # integration tests # +if INTEGRATION_TESTING TESTS += integration/simple_config.sh integration/simple_query.sh +endif noinst_LTLIBRARIES += integration/mock_plugin.la integration_mock_plugin_la_SOURCES = integration/mock_plugin.c