aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/locking/CMakeLists.txt
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegard@yahoo-inc.com>2016-06-16 14:20:40 +0200
committerVegard Sjonfjell <vegard@yahoo-inc.com>2016-06-16 14:20:40 +0200
commit9ffb5969ff851b6661d966b182ab4cdc90bb7100 (patch)
tree70991e9edd4b6010f95cb2a0f20b39ad84395bb6 /fnet/src/tests/locking/CMakeLists.txt
parent63f4017a6f42955a182f0a1a33cfe6449b090704 (diff)
Declared test executables as tests with TEST parameter
Diffstat (limited to 'fnet/src/tests/locking/CMakeLists.txt')
-rw-r--r--fnet/src/tests/locking/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnet/src/tests/locking/CMakeLists.txt b/fnet/src/tests/locking/CMakeLists.txt
index 7a0187717e6..21a48376b1c 100644
--- a/fnet/src/tests/locking/CMakeLists.txt
+++ b/fnet/src/tests/locking/CMakeLists.txt
@@ -1,12 +1,12 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(fnet_drainpackets_test_app
+vespa_add_executable(fnet_drainpackets_test_app TEST
SOURCES
drainpackets.cpp
DEPENDS
fnet
)
vespa_add_test(NAME fnet_drainpackets_test_app NO_VALGRIND COMMAND fnet_drainpackets_test_app)
-vespa_add_executable(fnet_lockspeed_test_app
+vespa_add_executable(fnet_lockspeed_test_app TEST
SOURCES
lockspeed.cpp
dummy.cpp
@@ -14,7 +14,7 @@ vespa_add_executable(fnet_lockspeed_test_app
fnet
)
vespa_add_test(NAME fnet_lockspeed_test_app NO_VALGRIND COMMAND fnet_lockspeed_test_app)
-vespa_add_executable(fnet_castspeed_test_app
+vespa_add_executable(fnet_castspeed_test_app TEST
SOURCES
castspeed.cpp
DEPENDS