Skip to content

Commit 7a91cee

Browse files
authored
Merge pull request #33 from poyrazK/feat/expression-unit-tests
Add expression unit tests (62 tests)
2 parents d1294e9 + 00ce42c commit 7a91cee

2 files changed

Lines changed: 573 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ if(BUILD_TESTS)
140140
add_cloudsql_test(heap_table_tests tests/heap_table_tests.cpp)
141141
add_cloudsql_test(lexer_tests tests/lexer_tests.cpp)
142142
add_cloudsql_test(parser_tests tests/parser_tests.cpp)
143+
add_cloudsql_test(expression_tests tests/expression_tests.cpp)
143144
add_cloudsql_test(storage_manager_tests tests/storage_manager_tests.cpp)
144145
add_cloudsql_test(rpc_server_tests tests/rpc_server_tests.cpp)
145146
add_cloudsql_test(operator_tests tests/operator_tests.cpp)

0 commit comments

Comments
 (0)