Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Sep 11, 2024
1 parent 508992c commit f1b814a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions velox/type/tz/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
# limitations under the License.

add_executable(velox_type_tz_test TimeZoneMapTest.cpp)
add_executable(velox_type_tz_ext_invalid_test
TimeZoneMapExternalInvalidTest.cpp)

add_test(velox_type_tz_test velox_type_tz_test)
add_test(velox_type_tz_ext_invalid_test velox_type_tz_ext_invalid_test)

target_link_libraries(
velox_type_tz_test
Expand All @@ -27,9 +23,14 @@ target_link_libraries(
gtest_main
pthread)

add_executable(velox_type_tz_ext_invalid_test
TimeZoneMapExternalInvalidTest.cpp)
add_test(velox_type_tz_ext_invalid_test velox_type_tz_ext_invalid_test)

target_link_libraries(
velox_type_tz_ext_invalid_test
velox_type_tz
velox_test_util
velox_exception
gtest
gtest_main
Expand Down

0 comments on commit f1b814a

Please sign in to comment.