Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Oct 9, 2024
1 parent 31edc46 commit 78bfb27
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions velox/connectors/hive/storage_adapters/hdfs/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ target_compile_options(velox_hdfs_file_test
add_executable(velox_hdfs_insert_test InsertIntoHdfsTest.cpp
HdfsMiniCluster.cpp HdfsUtilTest.cpp)

add_test(velox_hdfs_insert_test velox_hdfs_insert_test)
# add_test(velox_hdfs_insert_test velox_hdfs_insert_test)

target_link_libraries(
velox_hdfs_insert_test
velox_file
velox_hdfs
velox_core
velox_exec_test_lib
velox_hive_connector
velox_dwio_common_exception
velox_exec
GTest::gtest
GTest::gtest_main
GTest::gmock)
# target_link_libraries(
# velox_hdfs_insert_test
# velox_file
# velox_hdfs
# velox_core
# velox_exec_test_lib
# velox_hive_connector
# velox_dwio_common_exception
# velox_exec
# GTest::gtest
# GTest::gtest_main
# GTest::gmock)

target_compile_options(velox_hdfs_insert_test
PRIVATE -Wno-deprecated-declarations)
# target_compile_options(velox_hdfs_insert_test
# PRIVATE -Wno-deprecated-declarations)

0 comments on commit 78bfb27

Please sign in to comment.