Skip to content

Commit

Permalink
Move velox_aggregation_fuzzer_test and spark_aggregation_fuzzer_test …
Browse files Browse the repository at this point in the history
…to the fuzzer directory

Summary:
This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of #7754.

Differential Revision: D52106081

fbshipit-source-id: 71042d82ba69d6ed2235804d674886f4d2dc5156
  • Loading branch information
kagamiori authored and facebook-github-bot committed Dec 13, 2023
1 parent 8b9f8a5 commit 929a278
Show file tree
Hide file tree
Showing 6 changed files with 860 additions and 1,768 deletions.
26 changes: 0 additions & 26 deletions velox/exec/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,33 +198,7 @@ target_link_libraries(
velox_tpch_connector
velox_memory)

# Aggregation Fuzzer.
add_executable(velox_aggregation_fuzzer_test AggregationFuzzerTest.cpp)

target_link_libraries(
velox_aggregation_fuzzer_test
velox_aggregation_fuzzer
velox_aggregation_fuzzer_base
velox_aggregates
velox_window
gtest
gtest_main)

add_executable(spark_aggregation_fuzzer_test SparkAggregationFuzzerTest.cpp)

target_link_libraries(
spark_aggregation_fuzzer_test
velox_aggregation_fuzzer
velox_aggregation_fuzzer_base
velox_functions_spark_aggregates
velox_fuzzer_util
velox_window
velox_vector_test_lib
gtest
gtest_main)

# Join Fuzzer.

add_library(velox_join_fuzzer JoinFuzzer.cpp)

target_link_libraries(velox_join_fuzzer velox_type velox_vector_fuzzer
Expand Down
Loading

0 comments on commit 929a278

Please sign in to comment.