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-16 14:00:56 +0000
commit3dd1d50376cb3033c541208254e6f0c6ca51f5f9 (patch)
tree7fd87ff7ce2d780b13a5f1ca78eebb70a0f70d12 /searchcore/src/tests/proton/attribute/CMakeLists.txt
parentecd4e0c09f20733f177fcd90c6f986f0202d1e96 (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)