Skip to content

Commit

Permalink
rebase and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Sep 29, 2024
1 parent 4526590 commit 5193871
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ add_executable(velox_gcsfile_test GCSUtilTest.cpp GCSFileSystemTest.cpp)
add_test(velox_gcsfile_test velox_gcsfile_test)
target_link_libraries(
velox_gcsfile_test
velox_file
velox_gcs
velox_core
velox_hive_connector
velox_dwio_common_exception
velox_exec
velox_file
velox_gcs
velox_hive_connector
velox_temp_path
GTest::gmock
GTest::gtest
GTest::gtest_main)

0 comments on commit 5193871

Please sign in to comment.