summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/rank_processor/CMakeLists.txt
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-04-19 16:24:31 +0200
committerGitHub <noreply@github.com>2023-04-19 16:24:31 +0200
commit4bf83d5e87a8896ce3b6a14fb0889a2891053bf1 (patch)
treee63949be6f3ee75a1f16088ddfe9fc7d583a91ee /streamingvisitors/src/tests/rank_processor/CMakeLists.txt
parent6c98021a888d31632eeb2140c771b4a07a60ed73 (diff)
parente9baa89a4807e6ddfbc49331a27ae143982d8d9f (diff)
Merge pull request #26786 from vespa-engine/toregge/unpack-match-data-for-nearest-neighbor-query-node-in-streaming-searchv8.155.19
Unpack match data for nearest neighbor query node in streaming search.
Diffstat (limited to 'streamingvisitors/src/tests/rank_processor/CMakeLists.txt')
-rw-r--r--streamingvisitors/src/tests/rank_processor/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/streamingvisitors/src/tests/rank_processor/CMakeLists.txt b/streamingvisitors/src/tests/rank_processor/CMakeLists.txt
new file mode 100644
index 00000000000..6ae79c6382d
--- /dev/null
+++ b/streamingvisitors/src/tests/rank_processor/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(streamingvisitors_rank_processor_test_app TEST
+ SOURCES
+ rank_processor_test.cpp
+ DEPENDS
+ streamingvisitors
+ GTest::GTest
+)
+vespa_add_test(NAME streamingvisitors_rank_processor_test_app COMMAND streamingvisitors_rank_processor_test_app)