/* Copyright (c) 2018 Dovecot authors, see the included COPYING file */
#include "test-lib.h"
#include "randgen.h"
#include "bloomfilter.h"
void test_bloomfilter(void)
{
test_begin("bloomfilter");
const char *const strings[] = {
};
/* set some items */
/* make sure they exist */
}
/* make sure nothing bad happens with non-existing items */
test_end();
}