Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiayi771 committed Apr 23, 2024
1 parent d0589ea commit f8ff4b0
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 220 deletions.
9 changes: 7 additions & 2 deletions velox/exec/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,13 @@ add_executable(velox_simple_aggregate_test SimpleAggregateAdapterTest.cpp
Main.cpp)

target_link_libraries(
velox_simple_aggregate_test velox_simple_aggregate velox_exec
velox_functions_aggregates_test_lib gtest gtest_main)
velox_simple_aggregate_test
velox_simple_aggregate
velox_exec
velox_functions_aggregates_test_lib
velox_functions_window_test_lib
gtest
gtest_main)

add_library(velox_spiller_join_benchmark_base JoinSpillInputBenchmarkBase.cpp
SpillerBenchmarkBase.cpp)
Expand Down
Loading

0 comments on commit f8ff4b0

Please sign in to comment.