summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/querywrapper/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors/src/tests/querywrapper/CMakeLists.txt')
-rw-r--r--streamingvisitors/src/tests/querywrapper/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/streamingvisitors/src/tests/querywrapper/CMakeLists.txt b/streamingvisitors/src/tests/querywrapper/CMakeLists.txt
new file mode 100644
index 00000000000..501b1eee1a9
--- /dev/null
+++ b/streamingvisitors/src/tests/querywrapper/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(streamingvisitors_querywrapper_test_app
+ SOURCES
+ querywrapper.cpp
+ DEPENDS
+ streamingvisitors_searchvisitor
+)
+vespa_add_test(NAME streamingvisitors_querywrapper_test_app COMMAND streamingvisitors_querywrapper_test_app)