X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=61328af23eded6b65a7e3a94f86b926d9e7d584f;hb=2725e5e2024c134f05fd73baccda696572a24335;hp=5de153f16e5718cd9c316c5077dabb8ea5b54868;hpb=3560e6489d75c998f3e7c3fc2c14ce4c22e78ea0;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index 5de153f..61328af 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,5 +1,6 @@ EXTRA_DIST = \ coverage.sh \ + testwrapper.sh \ integration/simple_config.sh \ integration/simple_query.sh \ integration/test_lib.sh \ @@ -18,6 +19,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 @@ -34,6 +37,7 @@ unit_libsysdb_test_SOURCES = \ 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 \