changeset 2 | cbd63f7ba40f |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/test/harness/testcaseio.h Wed Jan 25 19:33:43 2012 +0000 1.3 @@ -0,0 +1,8 @@ 1.4 +#ifndef TESTCASE_IO_H 1.5 +#define TESTCASE_IO_H 1.6 + 1.7 +#include "testcase.h" 1.8 + 1.9 +Testcase *testcase_parse_file(const char *filename); 1.10 + 1.11 +#endif /* TESTCASE_IO_H */