aboutsummaryrefslogtreecommitdiffstats
path: root/configutil/src/tests/host_filter/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2016-07-12 21:16:06 +0200
committerVegard Sjonfjell <vegardsjo@gmail.com>2016-07-12 21:16:06 +0200
commitfc7a2cdb64ca870cf00fa2d7dc723d91f56e5561 (patch)
tree3924b7e47689cf9c7936d0f3e84b20ca4517955a /configutil/src/tests/host_filter/CMakeLists.txt
parent99de121a82da5b20ef5b8324706f272973879b9b (diff)
Add host filtering option to config status util (#350)
* Let vespa-config-status take in an optional host filter set If the argument is not specified, services on all hosts in the model will be queried as before. Iff the filter argument is specified, only services on the hosts explicitly given will be queried. * Make variable name easier on the eyes
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)