summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/rank_processor/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-04-19 15:19:30 +0200
committerTor Egge <Tor.Egge@online.no>2023-04-19 15:19:30 +0200
commite9baa89a4807e6ddfbc49331a27ae143982d8d9f (patch)
treee63949be6f3ee75a1f16088ddfe9fc7d583a91ee /streamingvisitors/src/tests/rank_processor/CMakeLists.txt
parent6c98021a888d31632eeb2140c771b4a07a60ed73 (diff)
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)