aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/stllike/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/stllike/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/stllike/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/vespalib/src/tests/stllike/CMakeLists.txt b/vespalib/src/tests/stllike/CMakeLists.txt
index 2753a167f72..0d8685b2639 100644
--- a/vespalib/src/tests/stllike/CMakeLists.txt
+++ b/vespalib/src/tests/stllike/CMakeLists.txt
@@ -1,33 +1,33 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_hash_test_app
+vespa_add_executable(vespalib_hash_test_app TEST
SOURCES
hash_test.cpp
DEPENDS
vespalib
)
vespa_add_test(NAME vespalib_hash_test_app COMMAND vespalib_hash_test_app)
-vespa_add_executable(vespalib_string_test_app
+vespa_add_executable(vespalib_string_test_app TEST
SOURCES
string_test.cpp
DEPENDS
vespalib
)
vespa_add_test(NAME vespalib_string_test_app COMMAND vespalib_string_test_app)
-vespa_add_executable(vespalib_vector_map_test_app
+vespa_add_executable(vespalib_vector_map_test_app TEST
SOURCES
vector_map_test.cpp
DEPENDS
vespalib
)
vespa_add_test(NAME vespalib_vector_map_test_app COMMAND vespalib_vector_map_test_app)
-vespa_add_executable(vespalib_asciistream_test_app
+vespa_add_executable(vespalib_asciistream_test_app TEST
SOURCES
asciistream_test.cpp
DEPENDS
vespalib
)
vespa_add_test(NAME vespalib_asciistream_test_app COMMAND vespalib_asciistream_test_app)
-vespa_add_executable(vespalib_hashtable_test_app
+vespa_add_executable(vespalib_hashtable_test_app TEST
SOURCES
hashtable_test.cpp
DEPENDS