summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-08-26 12:43:55 +0000
committerArne Juul <arnej@verizonmedia.com>2020-08-26 12:43:55 +0000
commited0d803762dd1f803221944eb03d45d6e8d86b03 (patch)
tree0c5798ff83c3fe7ac0e8c59738c72e5c89220de1
parentd8e07035c7cfb9fa8de53303f04335e373b8273c (diff)
move test to match code location
-rw-r--r--searchlib/CMakeLists.txt2
-rw-r--r--searchlib/src/tests/common/location_iterator/CMakeLists.txt (renamed from searchlib/src/tests/attribute/location_iterator/CMakeLists.txt)0
-rw-r--r--searchlib/src/tests/common/location_iterator/location_iterator_test.cpp (renamed from searchlib/src/tests/attribute/location_iterator/location_iterator_test.cpp)0
3 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/CMakeLists.txt b/searchlib/CMakeLists.txt
index 629d50251cb..c8bfc0f1926 100644
--- a/searchlib/CMakeLists.txt
+++ b/searchlib/CMakeLists.txt
@@ -87,7 +87,6 @@ vespa_define_module(
src/tests/attribute/guard
src/tests/attribute/imported_attribute_vector
src/tests/attribute/imported_search_context
- src/tests/attribute/location_iterator
src/tests/attribute/multi_value_mapping
src/tests/attribute/posting_list_merger
src/tests/attribute/postinglist
@@ -106,6 +105,7 @@ vespa_define_module(
src/tests/bytecomplens
src/tests/common/bitvector
src/tests/common/location
+ src/tests/common/location_iterator
src/tests/common/matching_elements
src/tests/common/matching_elements_fields
src/tests/common/resultset
diff --git a/searchlib/src/tests/attribute/location_iterator/CMakeLists.txt b/searchlib/src/tests/common/location_iterator/CMakeLists.txt
index 532a765a8c3..532a765a8c3 100644
--- a/searchlib/src/tests/attribute/location_iterator/CMakeLists.txt
+++ b/searchlib/src/tests/common/location_iterator/CMakeLists.txt
diff --git a/searchlib/src/tests/attribute/location_iterator/location_iterator_test.cpp b/searchlib/src/tests/common/location_iterator/location_iterator_test.cpp
index 9a6c570b053..9a6c570b053 100644
--- a/searchlib/src/tests/attribute/location_iterator/location_iterator_test.cpp
+++ b/searchlib/src/tests/common/location_iterator/location_iterator_test.cpp