view src/lib-index/test-index.c @ 9258:665ea7a8d26e HEAD

Tests are now run on "make check". Added initial tests for lib-index. Moved old tests away from tests/ to libraries' individual directories.
author Timo Sirainen <tss@iki.fi>
date Sat, 09 May 2009 16:20:41 -0400
parents
children
line wrap: on
line source

/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */

#include "test-index.h"

int main(void)
{
	static void (*test_functions[])(void) = {
		test_transaction_log_view,
		NULL
	};
	return test_run(test_functions);
}