| changeset 117 | c13989a152ab |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/test/harness/testcaseio.h Thu Sep 26 07:06:15 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 */