summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/sortresults
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-08-30 09:29:14 +0000
committerGeir Storli <geirst@yahooinc.com>2023-08-30 13:00:55 +0000
commit1efa4e7ef74e8d3d650c72e52e1596f43d0aa690 (patch)
tree0fc44ce13d904171b50614e9c5738e64548307ab /searchlib/src/tests/sortresults
parent306dce28ed3cfa0d2f4679fd2519db3d1ac780c7 (diff)
Use "_test" suffix for unit test cpp files.
Diffstat (limited to 'searchlib/src/tests/sortresults')
-rw-r--r--searchlib/src/tests/sortresults/CMakeLists.txt6
-rw-r--r--searchlib/src/tests/sortresults/sortresults_test.cpp (renamed from searchlib/src/tests/sortresults/sorttest.cpp)0
2 files changed, 3 insertions, 3 deletions
diff --git a/searchlib/src/tests/sortresults/CMakeLists.txt b/searchlib/src/tests/sortresults/CMakeLists.txt
index 345d2ccb186..04069bf7ca4 100644
--- a/searchlib/src/tests/sortresults/CMakeLists.txt
+++ b/searchlib/src/tests/sortresults/CMakeLists.txt
@@ -1,8 +1,8 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(searchlib_sortresults_app TEST
+vespa_add_executable(searchlib_sortresults_test_app TEST
SOURCES
- sorttest.cpp
+ sortresults_test.cpp
DEPENDS
searchlib
)
-vespa_add_test(NAME searchlib_sortresults_app COMMAND searchlib_sortresults_app)
+vespa_add_test(NAME searchlib_sortresults_test_app COMMAND searchlib_sortresults_test_app)
diff --git a/searchlib/src/tests/sortresults/sorttest.cpp b/searchlib/src/tests/sortresults/sortresults_test.cpp
index bbd6d0b72ce..bbd6d0b72ce 100644
--- a/searchlib/src/tests/sortresults/sorttest.cpp
+++ b/searchlib/src/tests/sortresults/sortresults_test.cpp