aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/index/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/index/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/searchcore/src/tests/proton/index/CMakeLists.txt b/searchcore/src/tests/proton/index/CMakeLists.txt
index 46cbf4117ac..be3fff431a9 100644
--- a/searchcore/src/tests/proton/index/CMakeLists.txt
+++ b/searchcore/src/tests/proton/index/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(searchcore_indexmanager_test_app
+vespa_add_executable(searchcore_indexmanager_test_app TEST
SOURCES
indexmanager_test.cpp
DEPENDS
@@ -9,7 +9,7 @@ vespa_add_executable(searchcore_indexmanager_test_app
searchcore_pcommon
searchcore_util
)
-vespa_add_executable(searchcore_fusionrunner_test_app
+vespa_add_executable(searchcore_fusionrunner_test_app TEST
SOURCES
fusionrunner_test.cpp
DEPENDS
@@ -18,13 +18,13 @@ vespa_add_executable(searchcore_fusionrunner_test_app
searchcore_pcommon
searchcore_util
)
-vespa_add_executable(searchcore_diskindexcleaner_test_app
+vespa_add_executable(searchcore_diskindexcleaner_test_app TEST
SOURCES
diskindexcleaner_test.cpp
DEPENDS
searchcore_index
)
-vespa_add_executable(searchcore_indexcollection_test_app
+vespa_add_executable(searchcore_indexcollection_test_app TEST
SOURCES
indexcollection_test.cpp
DEPENDS