diff -r 000000000000 -r 5926b21bcb38 test/harness/testcaseio.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/harness/testcaseio.h Wed Oct 02 23:53:32 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 */