summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/dense_join_reduce_plan/CMakeLists.txt
diff options
context:
space:
mode:
authorArne H Juul <[email protected]>2023-08-28 15:28:01 +0200
committerGitHub <[email protected]>2023-08-28 15:28:01 +0200
commitc0e937263e09b4723f3313665fa2480046a069c8 (patch)
tree80f6a7ed84ebe83ab83fdcb1bc69db10ab8cd0ae /eval/src/tests/instruction/dense_join_reduce_plan/CMakeLists.txt
parentc5d373464251e232c99ba70be72b851b2b5bda7f (diff)
parent387a1206484925aee3de22988655ce5c588bc3ab (diff)
Merge pull request #28156 from vespa-engine/havardpe/dense-join-reduce-plan
dense join reduce plan
Diffstat (limited to 'eval/src/tests/instruction/dense_join_reduce_plan/CMakeLists.txt')
-rw-r--r--eval/src/tests/instruction/dense_join_reduce_plan/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/eval/src/tests/instruction/dense_join_reduce_plan/CMakeLists.txt b/eval/src/tests/instruction/dense_join_reduce_plan/CMakeLists.txt
new file mode 100644
index 00000000000..9de33bcf8a0
--- /dev/null
+++ b/eval/src/tests/instruction/dense_join_reduce_plan/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(eval_dense_join_reduce_plan_test_app TEST
+ SOURCES
+ dense_join_reduce_plan_test.cpp
+ DEPENDS
+ vespaeval
+ GTest::GTest
+)
+vespa_add_test(NAME eval_dense_join_reduce_plan_test_app COMMAND eval_dense_join_reduce_plan_test_app)