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 --- vespamalloc/src/tests/doubledelete/CMakeLists.txt | 2 +- vespamalloc/src/tests/overwrite/CMakeLists.txt | 2 +- vespamalloc/src/tests/stacktrace/CMakeLists.txt | 2 +- vespamalloc/src/tests/test1/CMakeLists.txt | 2 +- vespamalloc/src/tests/test2/CMakeLists.txt | 2 +- vespamalloc/src/tests/thread/CMakeLists.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'vespamalloc') diff --git a/vespamalloc/src/tests/doubledelete/CMakeLists.txt b/vespamalloc/src/tests/doubledelete/CMakeLists.txt index e38f163148a..c687b7ab098 100644 --- a/vespamalloc/src/tests/doubledelete/CMakeLists.txt +++ b/vespamalloc/src/tests/doubledelete/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(vespamalloc_doubledelete_test_app +vespa_add_executable(vespamalloc_doubledelete_test_app TEST SOURCES doubledelete.cpp DEPENDS diff --git a/vespamalloc/src/tests/overwrite/CMakeLists.txt b/vespamalloc/src/tests/overwrite/CMakeLists.txt index f3625bd396c..7777c930669 100644 --- a/vespamalloc/src/tests/overwrite/CMakeLists.txt +++ b/vespamalloc/src/tests/overwrite/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(vespamalloc_overwrite_test_app +vespa_add_executable(vespamalloc_overwrite_test_app TEST SOURCES overwrite.cpp DEPENDS diff --git a/vespamalloc/src/tests/stacktrace/CMakeLists.txt b/vespamalloc/src/tests/stacktrace/CMakeLists.txt index 6d8fbfcbaa1..6aed633e918 100644 --- a/vespamalloc/src/tests/stacktrace/CMakeLists.txt +++ b/vespamalloc/src/tests/stacktrace/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(vespamalloc_stacktrace_test_app +vespa_add_executable(vespamalloc_stacktrace_test_app TEST SOURCES stacktrace.cpp backtrace.c diff --git a/vespamalloc/src/tests/test1/CMakeLists.txt b/vespamalloc/src/tests/test1/CMakeLists.txt index dc0217b139a..205de0f96fc 100644 --- a/vespamalloc/src/tests/test1/CMakeLists.txt +++ b/vespamalloc/src/tests/test1/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(vespamalloc_testatomic_app +vespa_add_executable(vespamalloc_testatomic_app TEST SOURCES testatomic.cpp DEPENDS diff --git a/vespamalloc/src/tests/test2/CMakeLists.txt b/vespamalloc/src/tests/test2/CMakeLists.txt index 668c09feb03..c2bd7fc1a70 100644 --- a/vespamalloc/src/tests/test2/CMakeLists.txt +++ b/vespamalloc/src/tests/test2/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(vespamalloc_testgraph_app +vespa_add_executable(vespamalloc_testgraph_app TEST SOURCES testgraph.cpp ../../vespamalloc/util/stream.cpp diff --git a/vespamalloc/src/tests/thread/CMakeLists.txt b/vespamalloc/src/tests/thread/CMakeLists.txt index 67539a68f77..e9bf1489347 100644 --- a/vespamalloc/src/tests/thread/CMakeLists.txt +++ b/vespamalloc/src/tests/thread/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(vespamalloc_thread_test_app +vespa_add_executable(vespamalloc_thread_test_app TEST SOURCES thread.cpp ) -- cgit v1.2.3