summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-12-08 14:04:14 +0000
committerArne Juul <arnej@verizonmedia.com>2020-12-08 14:04:14 +0000
commitd795c74d18dfbe406b8dec43ee42c45b19dbe424 (patch)
tree549831f7f2ae555a296418f82234d784061b2970 /document
parent55b6fa9bbedbc372222c4a76924703f4525bc987 (diff)
rename test apps
Diffstat (limited to 'document')
-rw-r--r--document/src/tests/tensor_fieldvalue/partial_add/CMakeLists.txt4
-rw-r--r--document/src/tests/tensor_fieldvalue/partial_modify/CMakeLists.txt4
-rw-r--r--document/src/tests/tensor_fieldvalue/partial_remove/CMakeLists.txt4
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)