From 9ffb5969ff851b6661d966b182ab4cdc90bb7100 Mon Sep 17 00:00:00 2001 From: Vegard Sjonfjell Date: Thu, 16 Jun 2016 14:20:40 +0200 Subject: Declared test executables as tests with TEST parameter --- messagebus/src/tests/advancedrouting/CMakeLists.txt | 2 +- messagebus/src/tests/auto-reply/CMakeLists.txt | 2 +- messagebus/src/tests/blob/CMakeLists.txt | 2 +- messagebus/src/tests/bucketsequence/CMakeLists.txt | 2 +- messagebus/src/tests/choke/CMakeLists.txt | 2 +- messagebus/src/tests/configagent/CMakeLists.txt | 2 +- messagebus/src/tests/context/CMakeLists.txt | 2 +- messagebus/src/tests/emptyreply/CMakeLists.txt | 2 +- messagebus/src/tests/error/CMakeLists.txt | 2 +- messagebus/src/tests/identity/CMakeLists.txt | 2 +- messagebus/src/tests/loadbalance/CMakeLists.txt | 2 +- messagebus/src/tests/messagebus/CMakeLists.txt | 2 +- messagebus/src/tests/messageordering/CMakeLists.txt | 2 +- messagebus/src/tests/messenger/CMakeLists.txt | 2 +- messagebus/src/tests/oos/CMakeLists.txt | 2 +- messagebus/src/tests/protocolrepository/CMakeLists.txt | 2 +- messagebus/src/tests/queue/CMakeLists.txt | 2 +- messagebus/src/tests/replygate/CMakeLists.txt | 2 +- messagebus/src/tests/resender/CMakeLists.txt | 2 +- messagebus/src/tests/result/CMakeLists.txt | 2 +- messagebus/src/tests/retrypolicy/CMakeLists.txt | 2 +- messagebus/src/tests/routable/CMakeLists.txt | 2 +- messagebus/src/tests/routablequeue/CMakeLists.txt | 2 +- messagebus/src/tests/routeparser/CMakeLists.txt | 2 +- messagebus/src/tests/routing/CMakeLists.txt | 2 +- messagebus/src/tests/routingcontext/CMakeLists.txt | 2 +- messagebus/src/tests/routingspec/CMakeLists.txt | 2 +- messagebus/src/tests/rpcserviceaddress/CMakeLists.txt | 2 +- messagebus/src/tests/sendadapter/CMakeLists.txt | 2 +- messagebus/src/tests/sequencer/CMakeLists.txt | 2 +- messagebus/src/tests/serviceaddress/CMakeLists.txt | 2 +- messagebus/src/tests/servicepool/CMakeLists.txt | 2 +- messagebus/src/tests/shutdown/CMakeLists.txt | 2 +- messagebus/src/tests/simple-roundtrip/CMakeLists.txt | 2 +- messagebus/src/tests/simpleprotocol/CMakeLists.txt | 2 +- messagebus/src/tests/slobrok/CMakeLists.txt | 2 +- messagebus/src/tests/sourcesession/CMakeLists.txt | 2 +- messagebus/src/tests/targetpool/CMakeLists.txt | 2 +- messagebus/src/tests/throttling/CMakeLists.txt | 2 +- messagebus/src/tests/timeout/CMakeLists.txt | 2 +- messagebus/src/tests/trace-roundtrip/CMakeLists.txt | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) (limited to 'messagebus/src') diff --git a/messagebus/src/tests/advancedrouting/CMakeLists.txt b/messagebus/src/tests/advancedrouting/CMakeLists.txt index 99f5b037b69..c51be60518d 100644 --- a/messagebus/src/tests/advancedrouting/CMakeLists.txt +++ b/messagebus/src/tests/advancedrouting/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(messagebus_advancedrouting_test_app +vespa_add_executable(messagebus_advancedrouting_test_app TEST SOURCES advancedrouting.cpp DEPENDS diff --git a/messagebus/src/tests/auto-reply/CMakeLists.txt b/messagebus/src/tests/auto-reply/CMakeLists.txt index 950ade550b7..46037f7844a 100644 --- a/messagebus/src/tests/auto-reply/CMakeLists.txt +++ b/messagebus/src/tests/auto-reply/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(messagebus_auto-reply_test_app +vespa_add_executable(messagebus_auto-reply_test_app TEST SOURCES auto-reply.cpp DEPENDS diff --git a/messagebus/src/tests/blob/CMakeLists.txt b/messagebus/src/tests/blob/CMakeLists.txt index d9a865519cb..268b3ee40c3 100644 --- a/messagebus/src/tests/blob/CMakeLists.txt +++ b/messagebus/src/tests/blob/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(messagebus_blob_test_app +vespa_add_executable(messagebus_blob_test_app TEST SOURCES blob.cpp DEPENDS diff --git a/messagebus/src/tests/bucketsequence/CMakeLists.txt b/messagebus/src/tests/bucketsequence/CMakeLists.txt index 5ab01524d51..35d46d95802 100644 --- a/messagebus/src/tests/bucketsequence/CMakeLists.txt +++ b/messagebus/src/tests/bucketsequence/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(messagebus_bucketsequence_test_app +vespa_add_executable(messagebus_bucketsequence_test_app TEST SOURCES bucketsequence.cpp DEPENDS diff --git a/messagebus/src/tests/choke/CMakeLists.txt b/messagebus/src/tests/choke/CMakeLists.txt index 02e2c14b943..cb500c48be4 100644 --- a/messagebus/src/tests/choke/CMakeLists.txt +++ b/messagebus/src/tests/choke/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(messagebus_choke_test_app +vespa_add_executable(messagebus_choke_test_app TEST SOURCES choke.cpp DEPENDS diff --git a/messagebus/src/tests/configagent/CMakeLists.txt b/messagebus/src/tests/configagent/CMakeLists.txt index 04170cc9d05..844371986fd 100644 --- a/messagebus/src/tests/configagent/CMakeLists.txt +++ b/messagebus/src/tests/configagent/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(messagebus_configagent_test_app +vespa_add_executable(messagebus_configagent_test_app TEST SOURCES configagent.cpp DEPENDS diff --git a/messagebus/src/tests/context/CMakeLists.txt b/messagebus/src/tests/context/CMakeLists.txt index d9a85a1b8c9..bd4705b7a28 100644 --- a/messagebus/src/tests/context/CMakeLists.txt +++ b/messagebus/src/tests/context/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(messagebus_context_test_app +vespa_add_executable(messagebus_context_test_app TEST SOURCES context.cpp DEPENDS diff --git a/messagebus/src/tests/emptyreply/CMakeLists.txt b/messagebus/src/tests/emptyreply/CMakeLists.txt index 17f26719396..832e761c7fc 100644 --- a/messagebus/src/tests/emptyreply/CMakeLists.txt +++ b/messagebus/src/tests/emptyreply/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(messagebus_emptyreply_test_app +vespa_add_executable(messagebus_emptyreply_test_app TEST SOURCES emptyreply.cpp DEPENDS diff --git a/messagebus/src/tests/error/CMakeLists.txt b/messagebus/src/tests/error/CMakeLists.txt index 7a5ea78fab3..65d5c69f189 100644 --- a/messagebus/src/tests/error/CMakeLists.txt +++ b/messagebus/src/tests/error/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(messagebus_error_test_app +vespa_add_executable(messagebus_error_test_app TEST SOURCES error.cpp DEPENDS diff --git a/messagebus/src/tests/identity/CMakeLists.txt b/messagebus/src/tests/identity/CMakeLists.txt index 66aea485746..7090b5e6365 100644 --- a/messagebus/src/tests/identity/CMakeLists.txt +++ b/messagebus/src/tests/identity/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(messagebus_identity_test_app +vespa_add_executable(messagebus_identity_test_app TEST SOURCES identity.cpp DEPENDS diff --git a/messagebus/src/tests/loadbalance/CMakeLists.txt b/messagebus/src/tests/loadbalance/CMakeLists.txt index 68d0483ce5d..67e67df3719 100644 --- a/messagebus/src/tests/loadbalance/CMakeLists.txt +++ b/messagebus/src/tests/loadbalance/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(messagebus_loadbalance_test_app +vespa_add_executable(messagebus_loadbalance_test_app TEST SOURCES loadbalance.cpp DEPENDS diff --git a/messagebus/src/tests/messagebus/CMakeLists.txt b/messagebus/src/tests/messagebus/CMakeLists.txt index fc44bb60069..bb0b555d563 100644 --- a/messagebus/src/tests/messagebus/CMakeLists.txt +++ b/messagebus/src/tests/messagebus/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(messagebus_messagebus_test_app +vespa_add_executable(messagebus_messagebus_test_app TEST SOURCES messagebus.cpp DEPENDS diff --git a/messagebus/src/tests/messageordering/CMakeLists.txt b/messagebus/src/tests/messageordering/CMakeLists.txt index b3af6386684..b92926a8dd8 100644 --- a/messagebus/src/tests/messageordering/CMakeLists.txt +++ b/messagebus/src/tests/messageordering/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(messagebus_messageordering_test_app +vespa_add_executable(messagebus_messageordering_test_app TEST SOURCES messageordering.cpp DEPENDS diff --git a/messagebus/src/tests/messenger/CMakeLists.txt b/messagebus/src/tests/messenger/CMakeLists.txt index 6dfab750bf4..11b29190483 100644 --- a/messagebus/src/tests/messenger/CMakeLists.txt +++ b/messagebus/src/tests/messenger/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(messagebus_messenger_test_app +vespa_add_executable(messagebus_messenger_test_app TEST SOURCES messenger.cpp DEPENDS diff --git a/messagebus/src/tests/oos/CMakeLists.txt b/messagebus/src/tests/oos/CMakeLists.txt index 1d037ef6f6e..09819d27fff 100644 --- a/messagebus/src/tests/oos/CMakeLists.txt +++ b/messagebus/src/tests/oos/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(messagebus_oos_test_app +vespa_add_executable(messagebus_oos_test_app TEST SOURCES oos.cpp DEPENDS diff --git a/messagebus/src/tests/protocolrepository/CMakeLists.txt b/messagebus/src/tests/protocolrepository/CMakeLists.txt index 68156e5eee9..c2968e67c94 100644 --- a/messagebus/src/tests/protocolrepository/CMakeLists.txt +++ b/messagebus/src/tests/protocolrepository/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(messagebus_protocolrepository_test_app +vespa_add_executable(messagebus_protocolrepository_test_app TEST SOURCES protocolrepository.cpp DEPENDS diff --git a/messagebus/src/tests/queue/CMakeLists.txt b/messagebus/src/tests/queue/CMakeLists.txt index c330421ac8a..77080ec9043 100644 --- a/messagebus/src/tests/queue/CMakeLists.txt +++ b/messagebus/src/tests/queue/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(messagebus_queue_test_app +vespa_add_executable(messagebus_queue_test_app TEST SOURCES queue.cpp DEPENDS diff --git a/messagebus/src/tests/replygate/CMakeLists.txt b/messagebus/src/tests/replygate/CMakeLists.txt index 8844ef862dd..b2c87d5c405 100644 --- a/messagebus/src/tests/replygate/CMakeLists.txt +++ b/messagebus/src/tests/replygate/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(messagebus_replygate_test_app +vespa_add_executable(messagebus_replygate_test_app TEST SOURCES replygate.cpp DEPENDS diff --git a/messagebus/src/tests/resender/CMakeLists.txt b/messagebus/src/tests/resender/CMakeLists.txt index b253e582af8..19a0a600301 100644 --- a/messagebus/src/tests/resender/CMakeLists.txt +++ b/messagebus/src/tests/resender/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(messagebus_resender_test_app +vespa_add_executable(messagebus_resender_test_app TEST SOURCES resender.cpp DEPENDS diff --git a/messagebus/src/tests/result/CMakeLists.txt b/messagebus/src/tests/result/CMakeLists.txt index bd1ed96ab5f..c58966ad983 100644 --- a/messagebus/src/tests/result/CMakeLists.txt +++ b/messagebus/src/tests/result/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(messagebus_result_test_app +vespa_add_executable(messagebus_result_test_app TEST SOURCES result.cpp DEPENDS diff --git a/messagebus/src/tests/retrypolicy/CMakeLists.txt b/messagebus/src/tests/retrypolicy/CMakeLists.txt index 2a2a2a20e6e..221ad583f08 100644 --- a/messagebus/src/tests/retrypolicy/CMakeLists.txt +++ b/messagebus/src/tests/retrypolicy/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(messagebus_retrypolicy_test_app +vespa_add_executable(messagebus_retrypolicy_test_app TEST SOURCES retrypolicy.cpp DEPENDS diff --git a/messagebus/src/tests/routable/CMakeLists.txt b/messagebus/src/tests/routable/CMakeLists.txt index d44eca1dc71..632c90105a7 100644 --- a/messagebus/src/tests/routable/CMakeLists.txt +++ b/messagebus/src/tests/routable/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(messagebus_routable_test_app +vespa_add_executable(messagebus_routable_test_app TEST SOURCES routable.cpp DEPENDS diff --git a/messagebus/src/tests/routablequeue/CMakeLists.txt b/messagebus/src/tests/routablequeue/CMakeLists.txt index 18e2be0a748..a8963a6c920 100644 --- a/messagebus/src/tests/routablequeue/CMakeLists.txt +++ b/messagebus/src/tests/routablequeue/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(messagebus_routablequeue_test_app +vespa_add_executable(messagebus_routablequeue_test_app TEST SOURCES routablequeue.cpp DEPENDS diff --git a/messagebus/src/tests/routeparser/CMakeLists.txt b/messagebus/src/tests/routeparser/CMakeLists.txt index 712672c6b20..9c16f52fba0 100644 --- a/messagebus/src/tests/routeparser/CMakeLists.txt +++ b/messagebus/src/tests/routeparser/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(messagebus_routeparser_test_app +vespa_add_executable(messagebus_routeparser_test_app TEST SOURCES routeparser.cpp DEPENDS diff --git a/messagebus/src/tests/routing/CMakeLists.txt b/messagebus/src/tests/routing/CMakeLists.txt index c2b38e4c4b4..01f245c5ffb 100644 --- a/messagebus/src/tests/routing/CMakeLists.txt +++ b/messagebus/src/tests/routing/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(messagebus_routing_test_app +vespa_add_executable(messagebus_routing_test_app TEST SOURCES routing.cpp DEPENDS diff --git a/messagebus/src/tests/routingcontext/CMakeLists.txt b/messagebus/src/tests/routingcontext/CMakeLists.txt index 064487d2d71..a5c57ed0eba 100644 --- a/messagebus/src/tests/routingcontext/CMakeLists.txt +++ b/messagebus/src/tests/routingcontext/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(messagebus_routingcontext_test_app +vespa_add_executable(messagebus_routingcontext_test_app TEST SOURCES routingcontext.cpp DEPENDS diff --git a/messagebus/src/tests/routingspec/CMakeLists.txt b/messagebus/src/tests/routingspec/CMakeLists.txt index 43539e07af5..e0d5108c95e 100644 --- a/messagebus/src/tests/routingspec/CMakeLists.txt +++ b/messagebus/src/tests/routingspec/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(messagebus_routingspec_test_app +vespa_add_executable(messagebus_routingspec_test_app TEST SOURCES routingspec.cpp DEPENDS diff --git a/messagebus/src/tests/rpcserviceaddress/CMakeLists.txt b/messagebus/src/tests/rpcserviceaddress/CMakeLists.txt index e4ada1c8c1b..ad83a43e7c0 100644 --- a/messagebus/src/tests/rpcserviceaddress/CMakeLists.txt +++ b/messagebus/src/tests/rpcserviceaddress/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(messagebus_rpcserviceaddress_test_app +vespa_add_executable(messagebus_rpcserviceaddress_test_app TEST SOURCES rpcserviceaddress.cpp DEPENDS diff --git a/messagebus/src/tests/sendadapter/CMakeLists.txt b/messagebus/src/tests/sendadapter/CMakeLists.txt index 32c41b40c3c..91d5232d2bc 100644 --- a/messagebus/src/tests/sendadapter/CMakeLists.txt +++ b/messagebus/src/tests/sendadapter/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(messagebus_sendadapter_test_app +vespa_add_executable(messagebus_sendadapter_test_app TEST SOURCES sendadapter.cpp DEPENDS diff --git a/messagebus/src/tests/sequencer/CMakeLists.txt b/messagebus/src/tests/sequencer/CMakeLists.txt index dab54431722..be647934904 100644 --- a/messagebus/src/tests/sequencer/CMakeLists.txt +++ b/messagebus/src/tests/sequencer/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(messagebus_sequencer_test_app +vespa_add_executable(messagebus_sequencer_test_app TEST SOURCES sequencer.cpp DEPENDS diff --git a/messagebus/src/tests/serviceaddress/CMakeLists.txt b/messagebus/src/tests/serviceaddress/CMakeLists.txt index 630e28dc94f..67f290585c9 100644 --- a/messagebus/src/tests/serviceaddress/CMakeLists.txt +++ b/messagebus/src/tests/serviceaddress/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(messagebus_serviceaddress_test_app +vespa_add_executable(messagebus_serviceaddress_test_app TEST SOURCES serviceaddress.cpp DEPENDS diff --git a/messagebus/src/tests/servicepool/CMakeLists.txt b/messagebus/src/tests/servicepool/CMakeLists.txt index 0d6cbc54862..3453326250d 100644 --- a/messagebus/src/tests/servicepool/CMakeLists.txt +++ b/messagebus/src/tests/servicepool/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(messagebus_servicepool_test_app +vespa_add_executable(messagebus_servicepool_test_app TEST SOURCES servicepool.cpp DEPENDS diff --git a/messagebus/src/tests/shutdown/CMakeLists.txt b/messagebus/src/tests/shutdown/CMakeLists.txt index 69c849ae5fb..f759a988f6f 100644 --- a/messagebus/src/tests/shutdown/CMakeLists.txt +++ b/messagebus/src/tests/shutdown/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(messagebus_shutdown_test_app +vespa_add_executable(messagebus_shutdown_test_app TEST SOURCES shutdown.cpp DEPENDS diff --git a/messagebus/src/tests/simple-roundtrip/CMakeLists.txt b/messagebus/src/tests/simple-roundtrip/CMakeLists.txt index dff6ebf3e55..bd64d2d2274 100644 --- a/messagebus/src/tests/simple-roundtrip/CMakeLists.txt +++ b/messagebus/src/tests/simple-roundtrip/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(messagebus_simple-roundtrip_test_app +vespa_add_executable(messagebus_simple-roundtrip_test_app TEST SOURCES simple-roundtrip.cpp DEPENDS diff --git a/messagebus/src/tests/simpleprotocol/CMakeLists.txt b/messagebus/src/tests/simpleprotocol/CMakeLists.txt index 4b4e777ea57..8ad20f8587c 100644 --- a/messagebus/src/tests/simpleprotocol/CMakeLists.txt +++ b/messagebus/src/tests/simpleprotocol/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(messagebus_simpleprotocol_test_app +vespa_add_executable(messagebus_simpleprotocol_test_app TEST SOURCES simpleprotocol.cpp DEPENDS diff --git a/messagebus/src/tests/slobrok/CMakeLists.txt b/messagebus/src/tests/slobrok/CMakeLists.txt index d21768c1f6b..4fc2c70e211 100644 --- a/messagebus/src/tests/slobrok/CMakeLists.txt +++ b/messagebus/src/tests/slobrok/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(messagebus_slobrok_test_app +vespa_add_executable(messagebus_slobrok_test_app TEST SOURCES slobrok.cpp DEPENDS diff --git a/messagebus/src/tests/sourcesession/CMakeLists.txt b/messagebus/src/tests/sourcesession/CMakeLists.txt index c2cf4f59682..bab8a55c811 100644 --- a/messagebus/src/tests/sourcesession/CMakeLists.txt +++ b/messagebus/src/tests/sourcesession/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(messagebus_sourcesession_test_app +vespa_add_executable(messagebus_sourcesession_test_app TEST SOURCES sourcesession.cpp DEPENDS diff --git a/messagebus/src/tests/targetpool/CMakeLists.txt b/messagebus/src/tests/targetpool/CMakeLists.txt index 2fedf07d03d..6dd462269f1 100644 --- a/messagebus/src/tests/targetpool/CMakeLists.txt +++ b/messagebus/src/tests/targetpool/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(messagebus_targetpool_test_app +vespa_add_executable(messagebus_targetpool_test_app TEST SOURCES targetpool.cpp DEPENDS diff --git a/messagebus/src/tests/throttling/CMakeLists.txt b/messagebus/src/tests/throttling/CMakeLists.txt index 28c27971e6f..54ec7a8696d 100644 --- a/messagebus/src/tests/throttling/CMakeLists.txt +++ b/messagebus/src/tests/throttling/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(messagebus_throttling_test_app +vespa_add_executable(messagebus_throttling_test_app TEST SOURCES throttling.cpp DEPENDS diff --git a/messagebus/src/tests/timeout/CMakeLists.txt b/messagebus/src/tests/timeout/CMakeLists.txt index f50b81ff03f..d3ea5550031 100644 --- a/messagebus/src/tests/timeout/CMakeLists.txt +++ b/messagebus/src/tests/timeout/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(messagebus_timeout_test_app +vespa_add_executable(messagebus_timeout_test_app TEST SOURCES timeout.cpp DEPENDS diff --git a/messagebus/src/tests/trace-roundtrip/CMakeLists.txt b/messagebus/src/tests/trace-roundtrip/CMakeLists.txt index 94ed14c8d99..16b6b45003d 100644 --- a/messagebus/src/tests/trace-roundtrip/CMakeLists.txt +++ b/messagebus/src/tests/trace-roundtrip/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(messagebus_trace-roundtrip_test_app +vespa_add_executable(messagebus_trace-roundtrip_test_app TEST SOURCES trace-roundtrip.cpp DEPENDS -- cgit v1.2.3