X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=3faaf94e89d6d27dcbe5c894678da13c87009a2f;hb=6f1ea6365001d494aa358727ac031966dad4d426;hp=3f1fd4bc20179d0ac8dc2f2b4da763d788b664ee;hpb=c8d51914ef24f01f935d2853d57f05d0b0a0af9e;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index 3f1fd4b..3faaf94 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 \ @@ -35,9 +38,10 @@ UNIT_TESTS = \ unit/core/store_test \ unit/core/time_test \ unit/frontend/connection_test \ - 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 \ @@ -102,6 +106,10 @@ 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)