test-lib.c revision f5982bb5b0a704e88fa2b44b0b74e365d13103b9
/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */
#include "test-lib.h"
int main(void)
{
static void (*test_functions[])(void) = {
};
return test_run(test_functions);
}