Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Oct 16, 2023
1 parent 1a89e55 commit 3660a9c
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions test/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
add_kuzu_api_test(main_test
access_mode_test.cpp
arrow_test.cpp
config_test.cpp
connection_test.cpp
csv_output_test.cpp
db_locking_test.cpp
prepare_test.cpp
result_value_test.cpp
storage_driver_test.cpp
udf_test.cpp)
if(MSVC)
add_kuzu_api_test(main_test
arrow_test.cpp
config_test.cpp
connection_test.cpp
csv_output_test.cpp
prepare_test.cpp
result_value_test.cpp
storage_driver_test.cpp
udf_test.cpp)
else()
add_kuzu_api_test(main_test
access_mode_test.cpp
arrow_test.cpp
config_test.cpp
connection_test.cpp
csv_output_test.cpp
db_locking_test.cpp
prepare_test.cpp
result_value_test.cpp
storage_driver_test.cpp
udf_test.cpp)
endif()

# Also tested for coverage in connection_test.cpp
# but full testing requires some private APIs
Expand Down

0 comments on commit 3660a9c

Please sign in to comment.