From d795c74d18dfbe406b8dec43ee42c45b19dbe424 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Tue, 8 Dec 2020 14:04:14 +0000 Subject: rename test apps --- document/src/tests/tensor_fieldvalue/partial_add/CMakeLists.txt | 4 ++-- document/src/tests/tensor_fieldvalue/partial_modify/CMakeLists.txt | 4 ++-- document/src/tests/tensor_fieldvalue/partial_remove/CMakeLists.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/document/src/tests/tensor_fieldvalue/partial_add/CMakeLists.txt b/document/src/tests/tensor_fieldvalue/partial_add/CMakeLists.txt index 8d5ee0df6e6..862e5152758 100644 --- a/document/src/tests/tensor_fieldvalue/partial_add/CMakeLists.txt +++ b/document/src/tests/tensor_fieldvalue/partial_add/CMakeLists.txt @@ -1,9 +1,9 @@ # Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -vespa_add_executable(eval_partial_add_test_app TEST +vespa_add_executable(document_partial_add_test_app TEST SOURCES partial_add_test.cpp DEPENDS document GTest::GTest ) -vespa_add_test(NAME eval_partial_add_test_app COMMAND eval_partial_add_test_app) +vespa_add_test(NAME document_partial_add_test_app COMMAND document_partial_add_test_app) diff --git a/document/src/tests/tensor_fieldvalue/partial_modify/CMakeLists.txt b/document/src/tests/tensor_fieldvalue/partial_modify/CMakeLists.txt index 8fde8339f66..1c7479c6d93 100644 --- a/document/src/tests/tensor_fieldvalue/partial_modify/CMakeLists.txt +++ b/document/src/tests/tensor_fieldvalue/partial_modify/CMakeLists.txt @@ -1,9 +1,9 @@ # Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -vespa_add_executable(eval_partial_modify_test_app TEST +vespa_add_executable(document_partial_modify_test_app TEST SOURCES partial_modify_test.cpp DEPENDS document GTest::GTest ) -vespa_add_test(NAME eval_partial_modify_test_app COMMAND eval_partial_modify_test_app) +vespa_add_test(NAME document_partial_modify_test_app COMMAND document_partial_modify_test_app) diff --git a/document/src/tests/tensor_fieldvalue/partial_remove/CMakeLists.txt b/document/src/tests/tensor_fieldvalue/partial_remove/CMakeLists.txt index 7382ced9490..ef04f3749a1 100644 --- a/document/src/tests/tensor_fieldvalue/partial_remove/CMakeLists.txt +++ b/document/src/tests/tensor_fieldvalue/partial_remove/CMakeLists.txt @@ -1,9 +1,9 @@ # Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -vespa_add_executable(eval_partial_remove_test_app TEST +vespa_add_executable(document_partial_remove_test_app TEST SOURCES partial_remove_test.cpp DEPENDS document GTest::GTest ) -vespa_add_test(NAME eval_partial_remove_test_app COMMAND eval_partial_remove_test_app) +vespa_add_test(NAME document_partial_remove_test_app COMMAND document_partial_remove_test_app) -- cgit v1.2.3