Skip to content

Commit b7fb93d

Browse files
authored
Merge pull request #26 from poyrazK/test/query-executor-coverage
test: add query_executor unit tests
2 parents 267a75a + 20708a2 commit b7fb93d

2 files changed

Lines changed: 464 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ if(BUILD_TESTS)
137137
add_cloudsql_test(storage_manager_tests tests/storage_manager_tests.cpp)
138138
add_cloudsql_test(rpc_server_tests tests/rpc_server_tests.cpp)
139139
add_cloudsql_test(operator_tests tests/operator_tests.cpp)
140+
add_cloudsql_test(query_executor_tests tests/query_executor_tests.cpp)
140141

141142
add_custom_target(run-tests
142143
COMMAND ${CMAKE_CTEST_COMMAND}

0 commit comments

Comments
 (0)