X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2FMakefile.am;h=e29433328bb5e30e5db13895e27890f467d481d8;hb=552e172997899745a55b081a3198ba1c6b85a765;hp=1b2960d982defe93128dcb43cad4d3d59f2d3be8;hpb=8c60138c3491a844ed2302709763331d1c8375fd;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index 1b2960d..e294333 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,9 +1,13 @@ EXTRA_DIST = \ coverage.sh \ testwrapper.sh \ + integration/client.sh \ integration/config.sh \ integration/ssl.sh \ - integration/query.sh \ + integration/store.sh \ + integration/query_fetch.sh \ + integration/query_list.sh \ + integration/query_timeseries.sh \ integration/matching.sh \ integration/filter.sh \ integration/test_lib.sh \ @@ -34,8 +38,8 @@ UNIT_TESTS = \ unit/core/store_lookup_test \ unit/core/store_test \ unit/core/time_test \ + unit/core/timeseries_test \ unit/frontend/connection_test \ - unit/frontend/parser_test \ unit/frontend/query_test \ unit/frontend/sock_test \ unit/parser/ast_test \ @@ -88,14 +92,14 @@ unit_core_time_test_SOURCES = $(UNIT_TEST_SOURCES) unit/core/time_test.c unit_core_time_test_CFLAGS = $(UNIT_TEST_CFLAGS) unit_core_time_test_LDADD = $(UNIT_TEST_LDADD) +unit_core_timeseries_test_SOURCES = $(UNIT_TEST_SOURCES) unit/core/timeseries_test.c +unit_core_timeseries_test_CFLAGS = $(UNIT_TEST_CFLAGS) +unit_core_timeseries_test_LDADD = $(UNIT_TEST_LDADD) + unit_frontend_connection_test_SOURCES = $(UNIT_TEST_SOURCES) unit/frontend/connection_test.c unit_frontend_connection_test_CFLAGS = $(UNIT_TEST_CFLAGS) unit_frontend_connection_test_LDADD = $(UNIT_TEST_LDADD) -unit_frontend_parser_test_SOURCES = $(UNIT_TEST_SOURCES) unit/frontend/parser_test.c -unit_frontend_parser_test_CFLAGS = $(UNIT_TEST_CFLAGS) -unit_frontend_parser_test_LDADD = $(UNIT_TEST_LDADD) - unit_frontend_query_test_SOURCES = $(UNIT_TEST_SOURCES) unit/frontend/query_test.c unit_frontend_query_test_CFLAGS = $(UNIT_TEST_CFLAGS) unit_frontend_query_test_LDADD = $(UNIT_TEST_LDADD) @@ -153,6 +157,7 @@ INTEGRATION_TESTS = \ integration/client.sh \ integration/config.sh \ integration/ssl.sh \ + integration/store.sh \ integration/query_fetch.sh \ integration/query_list.sh \ integration/query_timeseries.sh \