We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1294e9 + 00ce42c commit 7a91ceeCopy full SHA for 7a91cee
2 files changed
CMakeLists.txt
@@ -140,6 +140,7 @@ if(BUILD_TESTS)
140
add_cloudsql_test(heap_table_tests tests/heap_table_tests.cpp)
141
add_cloudsql_test(lexer_tests tests/lexer_tests.cpp)
142
add_cloudsql_test(parser_tests tests/parser_tests.cpp)
143
+ add_cloudsql_test(expression_tests tests/expression_tests.cpp)
144
add_cloudsql_test(storage_manager_tests tests/storage_manager_tests.cpp)
145
add_cloudsql_test(rpc_server_tests tests/rpc_server_tests.cpp)
146
add_cloudsql_test(operator_tests tests/operator_tests.cpp)
0 commit comments