X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2FMakefile.am;h=e2cde1d429503feed3dc0c4430f170dd85350d03;hp=173cc8fbb2ecee6cfc0b725e0e704ae8d3d83f8c;hb=ed2c9fc3e4ca6840a5a31c735f0cfc02fd21d4fc;hpb=239816af112bb0e5a6e5af41c3903417a2ddcf42 diff --git a/t/Makefile.am b/t/Makefile.am index 173cc8f..e2cde1d 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -4,6 +4,7 @@ EXTRA_DIST = \ integration/client.sh \ integration/config.sh \ integration/ssl.sh \ + integration/store.sh \ integration/query_fetch.sh \ integration/query_list.sh \ integration/query_timeseries.sh \ @@ -38,7 +39,6 @@ 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 \ @@ -95,10 +95,6 @@ unit_frontend_connection_test_SOURCES = $(UNIT_TEST_SOURCES) unit/frontend/conne 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) @@ -156,6 +152,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 \