aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex/datastore/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/memoryindex/datastore/CMakeLists.txt')
-rw-r--r--searchlib/src/tests/memoryindex/datastore/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchlib/src/tests/memoryindex/datastore/CMakeLists.txt b/searchlib/src/tests/memoryindex/datastore/CMakeLists.txt
index da45288fe5e..de59c92e590 100644
--- a/searchlib/src/tests/memoryindex/datastore/CMakeLists.txt
+++ b/searchlib/src/tests/memoryindex/datastore/CMakeLists.txt
@@ -1,19 +1,19 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(searchlib_datastore_test_app
+vespa_add_executable(searchlib_datastore_test_app TEST
SOURCES
datastore_test.cpp
DEPENDS
searchlib
)
vespa_add_test(NAME searchlib_datastore_test_app COMMAND searchlib_datastore_test_app)
-vespa_add_executable(searchlib_featurestore_test_app
+vespa_add_executable(searchlib_featurestore_test_app TEST
SOURCES
featurestore_test.cpp
DEPENDS
searchlib
)
vespa_add_test(NAME searchlib_featurestore_test_app COMMAND searchlib_featurestore_test_app)
-vespa_add_executable(searchlib_wordstore_test_app
+vespa_add_executable(searchlib_wordstore_test_app TEST
SOURCES
wordstore_test.cpp
DEPENDS