aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/zenstore.cpp
diff options
context:
space:
mode:
authorzousar <[email protected]>2025-06-24 16:26:29 -0600
committerzousar <[email protected]>2025-06-24 16:26:29 -0600
commitbb298631ba35a323827dda0b8cd6158e276b5f61 (patch)
tree7ba8db91c44ce83f2c518f80f80ab14910eefa6f /src/zenstore/zenstore.cpp
parentChange to PutResult structure (diff)
parent5.6.14 (diff)
downloadzen-bb298631ba35a323827dda0b8cd6158e276b5f61.tar.xz
zen-bb298631ba35a323827dda0b8cd6158e276b5f61.zip
Merge branch 'main' into zs/put-overwrite-policy
Diffstat (limited to 'src/zenstore/zenstore.cpp')
-rw-r--r--src/zenstore/zenstore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenstore/zenstore.cpp b/src/zenstore/zenstore.cpp
index c697647d2..654fb3510 100644
--- a/src/zenstore/zenstore.cpp
+++ b/src/zenstore/zenstore.cpp
@@ -5,6 +5,7 @@
#if ZEN_WITH_TESTS
# include <zenstore/blockstore.h>
+# include <zenstore/buildstore/buildstore.h>
# include <zenstore/cache/structuredcachestore.h>
# include <zenstore/workspaces.h>
# include <zenstore/gc.h>
@@ -19,6 +20,7 @@ namespace zen {
void
zenstore_forcelinktests()
{
+ buildstore_forcelink();
CAS_forcelink();
filecas_forcelink();
blockstore_forcelink();