X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=fd997e9d09a638c20cda1800b128b6891a9ec0a4;hb=5f48615842bd6c16984ae1113951c68bc987ade6;hp=f40d16f97a50f141e5d68e6efe806e5c4c10d174;hpb=4436642effe44c7d891bdcc4b207aeddb1c0e43d;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index f40d16f..fd997e9 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -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 @@ -18,6 +21,8 @@ check_LTLIBRARIES = # unit tests # +LOG_COMPILER = $(abs_srcdir)/testwrapper.sh + if UNIT_TESTING TESTS += unit/libsysdb_test unit/libsysdb_net_test check_PROGRAMS += unit/libsysdb_test unit/libsysdb_net_test @@ -29,14 +34,18 @@ 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 \ unit/frontend/parser_test.c \ unit/frontend/sock_test.c \ + unit/utils/avltree_test.c \ unit/utils/channel_test.c \ unit/utils/dbi_test.c \ unit/utils/llist_test.c \ + unit/utils/os_test.c \ + unit/utils/proto_test.c \ unit/utils/strbuf_test.c unit_libsysdb_test_CFLAGS = $(AM_CFLAGS) @CHECK_CFLAGS@ -I$(top_srcdir)/t/unit unit_libsysdb_test_LDADD = $(top_builddir)/src/libsysdb.la @CHECK_LIBS@ @@ -55,7 +64,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