diff -r 000000000000 -r a4658f2df227 test/harness/testcaseio.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/harness/testcaseio.h Sun Oct 20 21:31:51 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 */