test/harness/testcaseio.h
changeset 82 0df25c7f4ed7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/harness/testcaseio.h	Fri Sep 06 22:35:23 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 */