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 --- searchcorespi/src/tests/plugin/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searchcorespi/src') diff --git a/searchcorespi/src/tests/plugin/CMakeLists.txt b/searchcorespi/src/tests/plugin/CMakeLists.txt index ae70cc2d7f7..ef7f0ad316f 100644 --- a/searchcorespi/src/tests/plugin/CMakeLists.txt +++ b/searchcorespi/src/tests/plugin/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(searchcorespi_plugin_test_app +vespa_add_executable(searchcorespi_plugin_test_app TEST SOURCES plugin_test.cpp DEPENDS @@ -10,7 +10,7 @@ vespa_add_test( COMMAND searchcorespi_plugin_test_app ENVIRONMENT "LD_LIBRARY_PATH=." ) -vespa_add_executable(searchcorespi_factoryregistry_test_app +vespa_add_executable(searchcorespi_factoryregistry_test_app TEST SOURCES factoryregistry_test.cpp DEPENDS -- cgit v1.2.3