summaryrefslogtreecommitdiffstats
path: root/configutil/src/tests/host_filter/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'configutil/src/tests/host_filter/CMakeLists.txt')
-rw-r--r--configutil/src/tests/host_filter/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/configutil/src/tests/host_filter/CMakeLists.txt b/configutil/src/tests/host_filter/CMakeLists.txt
new file mode 100644
index 00000000000..964e036ce1d
--- /dev/null
+++ b/configutil/src/tests/host_filter/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(configutil_host_filter_test_app TEST
+ SOURCES
+ host_filter_test.cpp
+ DEPENDS
+ configutil_util
+)
+vespa_add_test(NAME configutil_host_filter_test_app COMMAND configutil_host_filter_test_app)