summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/rank_processor/CMakeLists.txt
diff options
context:
space:
mode:
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)