summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/document_field_populator/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-10-13 14:44:43 +0200
committerTor Egge <Tor.Egge@online.no>2022-10-13 14:44:43 +0200
commit5b96704f8cb4982ff17d8ec9071c44a362cf59af (patch)
tree206b435cb6c0dde335feb15280fbf9310670e893 /searchcore/src/tests/proton/attribute/document_field_populator/CMakeLists.txt
parentf2b3ed1ec55679cfb5508dfe2a58326475c895d4 (diff)
Rename search::index::EmptyDocBuilder to search::test::DocBuilder.
Rename search::index::StringFieldBuilder to search::test::StringFieldBuilder.
Diffstat (limited to 'searchcore/src/tests/proton/attribute/document_field_populator/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/attribute/document_field_populator/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/attribute/document_field_populator/CMakeLists.txt b/searchcore/src/tests/proton/attribute/document_field_populator/CMakeLists.txt
index dea03cbf040..41b2037b6cb 100644
--- a/searchcore/src/tests/proton/attribute/document_field_populator/CMakeLists.txt
+++ b/searchcore/src/tests/proton/attribute/document_field_populator/CMakeLists.txt
@@ -5,5 +5,6 @@ vespa_add_executable(searchcore_document_field_populator_test_app TEST
DEPENDS
searchcore_attribute
searchcore_pcommon
+ searchlib_test
)
vespa_add_test(NAME searchcore_document_field_populator_test_app COMMAND searchcore_document_field_populator_test_app)