summaryrefslogtreecommitdiff
path: root/tests/tests.h
blob: cbe0f02b500f508f49ebd8248b145710245416cd (plain)
1
2
3
4
5
6
7
#ifndef LILY_META_TESTS_H
#define LILY_META_TESTS_H

void run_test(const char *name, const char* (*fp)());
int validate_message(const char* received, const char* expected,
		     const char* FILE, unsigned int LINE);
#endif