We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78adf01 commit 335be57Copy full SHA for 335be57
2 files changed
CMakeLists.txt
@@ -131,6 +131,12 @@ if(BUILD_TESTS)
131
add_cloudsql_test(multi_raft_tests tests/multi_raft_tests.cpp)
132
add_cloudsql_test(distributed_txn_tests tests/distributed_txn_tests.cpp)
133
add_cloudsql_test(analytics_tests tests/analytics_tests.cpp)
134
+ add_cloudsql_test(raft_manager_tests tests/raft_manager_tests.cpp)
135
+ add_cloudsql_test(raft_protocol_tests tests/raft_protocol_tests.cpp)
136
+ add_cloudsql_test(columnar_table_tests tests/columnar_table_tests.cpp)
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
141
add_custom_target(run-tests
142
COMMAND ${CMAKE_CTEST_COMMAND}
0 commit comments