aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt')
-rw-r--r--searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt b/searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt
new file mode 100644
index 00000000000..1a27b446d30
--- /dev/null
+++ b/searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(searchlib_attribute_searchcontextelementiterator_test_app TEST
+ SOURCES
+ searchcontextelementiterator_test.cpp
+ DEPENDS
+ searchlib
+ gtest
+)
+vespa_add_test(NAME searchlib_attribute_searchcontextelementiterator_test_app COMMAND searchlib_attribute_searchcontextelementiterator_test_app)