aboutsummaryrefslogtreecommitdiffstats
path: root/storage/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2019-04-29 09:04:35 +0000
committerTor Brede Vekterli <vekterli@verizonmedia.com>2019-05-09 11:21:32 +0000
commitaa9fa2f49f3a61d2978b9748712f3cadd902fd7b (patch)
treec81b737f428206ad33a114853606a0d9207acea6 /storage/CMakeLists.txt
parentc3667718a63a8703bf62833dcb92b7ad5422d0cc (diff)
Add initial B+tree distributor bucket database
Still uses legacy `BucketDatabase` API, which is not optimized for bulk loading or updating. Focus for this iteration is functional correctness rather than API redesign. Legacy DB is still the one wired in for all production logic. Unit tests have been expanded to cover discovered edge cases that were not properly tested for. Also move distributor bucket DB tests to GTest. Use value- parameterized test fixture instead of ad-hoc CppUnit approach.
Diffstat (limited to 'storage/CMakeLists.txt')
-rw-r--r--storage/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/CMakeLists.txt b/storage/CMakeLists.txt
index f77c11eb350..6b697716e1d 100644
--- a/storage/CMakeLists.txt
+++ b/storage/CMakeLists.txt
@@ -16,6 +16,7 @@ vespa_define_module(
vdslib
persistence
storageframework
+ searchlib
EXTERNAL_DEPENDS
Judy