Skip to content

Commit eb8bf5d

Browse files
authored
Merge pull request #31 from poyrazK/test/raft-group-coverage
test: add lexer unit tests for parser/lexer.cpp
2 parents 078c09b + 36b2833 commit eb8bf5d

2 files changed

Lines changed: 551 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ if(BUILD_TESTS)
138138
add_cloudsql_test(raft_protocol_tests tests/raft_protocol_tests.cpp)
139139
add_cloudsql_test(columnar_table_tests tests/columnar_table_tests.cpp)
140140
add_cloudsql_test(heap_table_tests tests/heap_table_tests.cpp)
141+
add_cloudsql_test(lexer_tests tests/lexer_tests.cpp)
141142
add_cloudsql_test(storage_manager_tests tests/storage_manager_tests.cpp)
142143
add_cloudsql_test(rpc_server_tests tests/rpc_server_tests.cpp)
143144
add_cloudsql_test(operator_tests tests/operator_tests.cpp)

0 commit comments

Comments
 (0)