X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=454e4c4731ca0b0d6c2501cfca5d56eef2a52bb5;hb=a58f4c5ace18595f3cdaf731078028d747d5d9bd;hp=61328af23eded6b65a7e3a94f86b926d9e7d584f;hpb=1557c5994724e2a4c948d2e03d2782c2838d6e54;p=sysdb.git 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