Code

store: Make the actual store a separate object.
[sysdb.git] / t / unit / core / store_expr_test.c
index 679fb548418092fbe1377cd9232dadf07e1af928..b15809a589bc890dd36ff5c8809bdf71b75cfd84 100644 (file)
@@ -92,6 +92,8 @@ populate(void)
 
        size_t i;
 
+       sdb_store_init();
+
        for (i = 0; i < SDB_STATIC_ARRAY_LEN(hosts); ++i) {
                int status = sdb_store_host(hosts[i], 1);
                ck_assert(status == 0);