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