Code

store: Let NREGEX (!~) not match on NULL values.
[sysdb.git] / t / Makefile.am
index 61328af23eded6b65a7e3a94f86b926d9e7d584f..f7a8340fbe0677cb50664089efa79cc11c392172 100644 (file)
@@ -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