summaryrefslogtreecommitdiffstats
path: root/configutil
diff options
context:
space:
mode:
Diffstat (limited to 'configutil')
-rw-r--r--configutil/src/tests/config_status/CMakeLists.txt2
-rw-r--r--configutil/src/tests/model_inspect/CMakeLists.txt2
-rw-r--r--configutil/src/tests/tags/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/configutil/src/tests/config_status/CMakeLists.txt b/configutil/src/tests/config_status/CMakeLists.txt
index 2eda052bfd8..05801a0c5d3 100644
--- a/configutil/src/tests/config_status/CMakeLists.txt
+++ b/configutil/src/tests/config_status/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(configutil_config_status_test_app
+vespa_add_executable(configutil_config_status_test_app TEST
SOURCES
config_status_test.cpp
DEPENDS
diff --git a/configutil/src/tests/model_inspect/CMakeLists.txt b/configutil/src/tests/model_inspect/CMakeLists.txt
index a2890b5ae23..7abd8e69a5b 100644
--- a/configutil/src/tests/model_inspect/CMakeLists.txt
+++ b/configutil/src/tests/model_inspect/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(configutil_model_inspect_test_app
+vespa_add_executable(configutil_model_inspect_test_app TEST
SOURCES
model_inspect_test.cpp
DEPENDS
diff --git a/configutil/src/tests/tags/CMakeLists.txt b/configutil/src/tests/tags/CMakeLists.txt
index 5e43bee2ecc..30ee89de8b5 100644
--- a/configutil/src/tests/tags/CMakeLists.txt
+++ b/configutil/src/tests/tags/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(configutil_tags_test_app
+vespa_add_executable(configutil_tags_test_app TEST
SOURCES
tags_test.cpp
DEPENDS