test-str-table.c revision 7cb128dc4cae2a03a742f63ba7afee23c78e3af0
/* Copyright (c) 2014-2015 Dovecot authors, see the included COPYING file */
#include "test-lib.h"
#include "str-table.h"
void test_str_table(void)
{
test_begin("str_table");
table = str_table_init();
test_end();
}