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