X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2FMakefile.am;fp=t%2FMakefile.am;h=454e4c4731ca0b0d6c2501cfca5d56eef2a52bb5;hp=61328af23eded6b65a7e3a94f86b926d9e7d584f;hb=ccc66402ce78e1cdaa75b6f66f503769d24ac854;hpb=42d1e77a0987e3d51950a1d1c9b9049dfd377598 diff --git a/t/Makefile.am b/t/Makefile.am index 61328af..454e4c4 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,8 +1,10 @@ EXTRA_DIST = \ coverage.sh \ testwrapper.sh \ - integration/simple_config.sh \ - integration/simple_query.sh \ + integration/config.sh \ + integration/query.sh \ + integration/matching.sh \ + integration/filter.sh \ integration/test_lib.sh \ valgrind.suppress @@ -60,7 +62,11 @@ unit_libsysdb_net_test_LDADD = $(top_builddir)/src/libsysdb.la @CHECK_LIBS@ # if INTEGRATION_TESTING -TESTS += integration/simple_config.sh integration/simple_query.sh +TESTS += \ + integration/config.sh \ + integration/query.sh \ + integration/matching.sh \ + integration/filter.sh endif check_LTLIBRARIES += integration/mock_plugin.la