X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=f7a8340fbe0677cb50664089efa79cc11c392172;hb=667ae3c735e9c35a0a32affe3f9b41317fe76118;hp=61328af23eded6b65a7e3a94f86b926d9e7d584f;hpb=1557c5994724e2a4c948d2e03d2782c2838d6e54;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index 61328af..f7a8340 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 @@ -32,6 +34,7 @@ unit_libsysdb_test_SOURCES = \ unit/core/data_test.c \ unit/core/object_test.c \ unit/core/store_test.c \ + unit/core/store_json_test.c \ unit/core/store_lookup_test.c \ unit/core/time_test.c \ unit/frontend/connection_test.c \ @@ -60,7 +63,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