diff -r 000000000000 -r 1b646720d4a7 test/harness/testcaseio.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/harness/testcaseio.h Sat May 25 23:43:48 2013 +0100 @@ -0,0 +1,8 @@ +#ifndef TESTCASE_IO_H +#define TESTCASE_IO_H + +#include "testcase.h" + +Testcase *testcase_parse_file(const char *filename); + +#endif /* TESTCASE_IO_H */