changeset 20 | 411a8e696a47 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/test/harness/testcaseio.h Tue Feb 07 08:15:17 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 */