aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/tests/configgen/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'config/src/tests/configgen/CMakeLists.txt')
-rw-r--r--config/src/tests/configgen/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/src/tests/configgen/CMakeLists.txt b/config/src/tests/configgen/CMakeLists.txt
index 8a71b737919..263a646a315 100644
--- a/config/src/tests/configgen/CMakeLists.txt
+++ b/config/src/tests/configgen/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(config_configgen_test_app
+vespa_add_executable(config_configgen_test_app TEST
SOURCES
configgen.cpp
DEPENDS
@@ -7,21 +7,21 @@ vespa_add_executable(config_configgen_test_app
)
vespa_add_test(NAME config_configgen_test_app COMMAND config_configgen_test_app)
vespa_generate_config(config_configgen_test_app ../../test/resources/configdefinitions/motd.def)
-vespa_add_executable(config_vector_inserter_test_app
+vespa_add_executable(config_vector_inserter_test_app TEST
SOURCES
vector_inserter.cpp
DEPENDS
config_cloudconfig
)
vespa_add_test(NAME config_vector_inserter_test_app COMMAND config_vector_inserter_test_app)
-vespa_add_executable(config_map_inserter_test_app
+vespa_add_executable(config_map_inserter_test_app TEST
SOURCES
map_inserter.cpp
DEPENDS
config_cloudconfig
)
vespa_add_test(NAME config_map_inserter_test_app COMMAND config_map_inserter_test_app)
-vespa_add_executable(config_value_converter_test_app
+vespa_add_executable(config_value_converter_test_app TEST
SOURCES
value_converter.cpp
DEPENDS