changeset 55 | 6b786cc05b3c |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/test/harness/testcaseio.h Sun May 26 16:54:06 2013 +0100 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 */