aboutsummaryrefslogtreecommitdiff
path: root/zenstore/zenstore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenstore/zenstore.cpp')
-rw-r--r--zenstore/zenstore.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/zenstore/zenstore.cpp b/zenstore/zenstore.cpp
index d8e05a334..308743144 100644
--- a/zenstore/zenstore.cpp
+++ b/zenstore/zenstore.cpp
@@ -2,6 +2,8 @@
#include "zenstore/zenstore.h"
+#if ZEN_WITH_TESTS
+
#include <zenstore/blockstore.h>
#include <zenstore/gc.h>
#include <zenstore/hashkeyset.h>
@@ -26,3 +28,5 @@ zenstore_forcelinktests()
}
} // namespace zen
+
+#endif