Code

t/: Use expression-based matchers for attribute comparison tests.
[sysdb.git] / t / Makefile.am
index da85f5d61f540e2262d485e4f59f6bf8845fbe1d..454e4c4731ca0b0d6c2501cfca5d56eef2a52bb5 100644 (file)
@@ -1,7 +1,10 @@
 EXTRA_DIST = \
                coverage.sh \
-               integration/simple_config.sh \
-               integration/simple_query.sh \
+               testwrapper.sh \
+               integration/config.sh \
+               integration/query.sh \
+               integration/matching.sh \
+               integration/filter.sh \
                integration/test_lib.sh \
                valgrind.suppress
 
@@ -59,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