zhjwpku commented on code in PR #30: URL: https://github.com/apache/iceberg-cpp/pull/30#discussion_r2022215514
########## test/CMakeLists.txt: ########## @@ -42,7 +42,13 @@ if(ICEBERG_BUILD_BUNDLE) add_executable(arrow_test) target_sources(arrow_test PRIVATE arrow_test.cc) - target_link_libraries(arrow_test PRIVATE iceberg_bundle_static Arrow::arrow_static - GTest::gtest_main GTest::gmock) + target_link_libraries(arrow_test PRIVATE iceberg_bundle_static GTest::gtest_main + GTest::gmock) add_test(NAME arrow_test COMMAND arrow_test) + + add_executable(arrow_fs_file_io_test) Review Comment: done that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org