We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 267a75a + 20708a2 commit b7fb93dCopy full SHA for b7fb93d
2 files changed
CMakeLists.txt
@@ -137,6 +137,7 @@ if(BUILD_TESTS)
137
add_cloudsql_test(storage_manager_tests tests/storage_manager_tests.cpp)
138
add_cloudsql_test(rpc_server_tests tests/rpc_server_tests.cpp)
139
add_cloudsql_test(operator_tests tests/operator_tests.cpp)
140
+ add_cloudsql_test(query_executor_tests tests/query_executor_tests.cpp)
141
142
add_custom_target(run-tests
143
COMMAND ${CMAKE_CTEST_COMMAND}
0 commit comments