Skip to content

Commit

Permalink
Convert parser/ tests to end to end tests (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdavid committed Jun 6, 2023
1 parent 4c5e1be commit dbb2552
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 237 deletions.
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ add_subdirectory(common)
add_subdirectory(copy)
add_subdirectory(main)
add_subdirectory(optimizer)
add_subdirectory(parser)
add_subdirectory(processor)
add_subdirectory(runner)
add_subdirectory(storage)
Expand Down
1 change: 0 additions & 1 deletion test/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ add_kuzu_test(main_test
config_test.cpp
connection_test.cpp
csv_output_test.cpp
exception_test.cpp
prepare_test.cpp
result_value_test.cpp
storage_driver_test.cpp)
52 changes: 0 additions & 52 deletions test/main/exception_test.cpp

This file was deleted.

1 change: 0 additions & 1 deletion test/parser/CMakeLists.txt

This file was deleted.

86 changes: 0 additions & 86 deletions test/parser/syntax_error_test.cpp

This file was deleted.

Loading

0 comments on commit dbb2552

Please sign in to comment.