git/t/unit-tests/t-mem-pool.c

#include "test-lib.h"
#include "mem-pool.h"

static void setup_static(void (*f)(struct mem_pool *), size_t block_alloc)
{}

static void t_calloc_100(struct mem_pool *pool)
{}

int cmd_main(int argc UNUSED, const char **argv UNUSED)
{}