summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/searchcommon/attribute/config/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/searchcommon/attribute/config/CMakeLists.txt')
-rw-r--r--searchlib/src/tests/searchcommon/attribute/config/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/searchlib/src/tests/searchcommon/attribute/config/CMakeLists.txt b/searchlib/src/tests/searchcommon/attribute/config/CMakeLists.txt
new file mode 100644
index 00000000000..f61138c5d73
--- /dev/null
+++ b/searchlib/src/tests/searchcommon/attribute/config/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(searchcommon_attribute_config_test_app TEST
+ SOURCES
+ attribute_config_test.cpp
+ DEPENDS
+ searchlib
+)
+vespa_add_test(NAME searchcommon_attribute_config_test_app NO_VALGRIND COMMAND searchcommon_attribute_config_test_app)