We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 078c09b + 36b2833 commit eb8bf5dCopy full SHA for eb8bf5d
2 files changed
CMakeLists.txt
@@ -138,6 +138,7 @@ if(BUILD_TESTS)
138
add_cloudsql_test(raft_protocol_tests tests/raft_protocol_tests.cpp)
139
add_cloudsql_test(columnar_table_tests tests/columnar_table_tests.cpp)
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(storage_manager_tests tests/storage_manager_tests.cpp)
143
add_cloudsql_test(rpc_server_tests tests/rpc_server_tests.cpp)
144
add_cloudsql_test(operator_tests tests/operator_tests.cpp)
0 commit comments