X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=173cc8fbb2ecee6cfc0b725e0e704ae8d3d83f8c;hb=5ced2b9eb4d4def7d3ad5b1172004293e7a68e0e;hp=039995cdc3fde350004d564c143544a6410aec1e;hpb=e5d9a9165aaedbfb3b5f6e0bbbb4993d6343fe55;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index 039995c..173cc8f 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,9 +1,12 @@ EXTRA_DIST = \ coverage.sh \ testwrapper.sh \ + integration/client.sh \ integration/config.sh \ integration/ssl.sh \ - integration/query.sh \ + integration/query_fetch.sh \ + integration/query_list.sh \ + integration/query_timeseries.sh \ integration/matching.sh \ integration/filter.sh \ integration/test_lib.sh \ @@ -38,6 +41,9 @@ UNIT_TESTS = \ unit/frontend/parser_test \ unit/frontend/query_test \ unit/frontend/sock_test \ + unit/parser/ast_test \ + unit/parser/ast_test \ + unit/parser/parser_test \ unit/utils/avltree_test \ unit/utils/channel_test \ unit/utils/dbi_test \ @@ -101,6 +107,14 @@ unit_frontend_sock_test_SOURCES = $(UNIT_TEST_SOURCES) unit/frontend/sock_test.c unit_frontend_sock_test_CFLAGS = $(UNIT_TEST_CFLAGS) unit_frontend_sock_test_LDADD = $(UNIT_TEST_LDADD) +unit_parser_ast_test_SOURCES = $(UNIT_TEST_SOURCES) unit/parser/ast_test.c +unit_parser_ast_test_CFLAGS = $(UNIT_TEST_CFLAGS) +unit_parser_ast_test_LDADD = $(UNIT_TEST_LDADD) + +unit_parser_parser_test_SOURCES = $(UNIT_TEST_SOURCES) unit/parser/parser_test.c +unit_parser_parser_test_CFLAGS = $(UNIT_TEST_CFLAGS) +unit_parser_parser_test_LDADD = $(UNIT_TEST_LDADD) + unit_utils_avltree_test_SOURCES = $(UNIT_TEST_SOURCES) unit/utils/avltree_test.c unit_utils_avltree_test_CFLAGS = $(UNIT_TEST_CFLAGS) unit_utils_avltree_test_LDADD = $(UNIT_TEST_LDADD)