aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/CMakeLists.txt
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-06-12 12:59:21 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-06-15 08:05:52 +0000
commit587dcfb75c840f60ed76e4af6f5b06a428d1fef5 (patch)
tree24d290bb5f48cbe73576e3a8902b4fe2b661584c /searchcore/src/tests/proton/attribute/CMakeLists.txt
parent136dd71a56d4f60962da508ac3387bfafcdaeca9 (diff)
Simplify attribute writer tests by using mock attribute manager.
Diffstat (limited to 'searchcore/src/tests/proton/attribute/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/attribute/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/attribute/CMakeLists.txt b/searchcore/src/tests/proton/attribute/CMakeLists.txt
index 1f385628480..c23d97c6e88 100644
--- a/searchcore/src/tests/proton/attribute/CMakeLists.txt
+++ b/searchcore/src/tests/proton/attribute/CMakeLists.txt
@@ -7,6 +7,7 @@ vespa_add_executable(searchcore_attribute_test_app TEST
searchcore_attribute
searchcore_flushengine
searchcore_pcommon
+ searchlib_test
gtest
)
vespa_add_test(NAME searchcore_attribute_test_app COMMAND searchcore_attribute_test_app)