aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-17 15:13:31 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-17 15:13:31 +0200
commit9258190bc09ffccb1786e5bb5d7a4f0b4cf09ba8 (patch)
treed339c14d88f39d0deb93013364a38f7913f63411 /storage
parent97d76a237c613a1954651ac0c0666db9215cafe2 (diff)
Add dependency so that the config files will be generated before compiling test.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/bucketdb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/tests/bucketdb/CMakeLists.txt b/storage/src/tests/bucketdb/CMakeLists.txt
index c24db3fed6d..2ba195e70e0 100644
--- a/storage/src/tests/bucketdb/CMakeLists.txt
+++ b/storage/src/tests/bucketdb/CMakeLists.txt
@@ -10,4 +10,5 @@ vespa_add_library(storage_testbucketdb TEST
distribution_hash_normalizer_test.cpp
AFTER
storage_storageconfig
+ storage_bucketdb
)