test/harness/testcaseio.h
author ali <ali@juiblex.co.uk>
Thu Dec 05 10:56:11 2013 +0000 (2013-12-05)
changeset 217 0c0f6373324e
permissions -rw-r--r--
Fix bug #36: Document workaround to prevent Guiguts conversion of utf-8 files passed to Bookloupe
ali@0
     1
#ifndef TESTCASE_IO_H
ali@0
     2
#define TESTCASE_IO_H
ali@0
     3
ali@0
     4
#include "testcase.h"
ali@0
     5
ali@0
     6
Testcase *testcase_parse_file(const char *filename);
ali@0
     7
ali@0
     8
#endif	/* TESTCASE_IO_H */