diff -r f44c530f80da -r 2d48e8cdda24 test/harness/testcase.h --- a/test/harness/testcase.h Sat Oct 26 18:47:33 2013 +0100 +++ b/test/harness/testcase.h Wed Oct 02 09:14:33 2013 +0100 @@ -41,11 +41,13 @@ char *basename; char *tmpdir; GSList *inputs; + GSList *outputs; char *expected; TestcaseSummary summary; GSList *warnings; char *encoding; /* The character encoding to talk to BOOKLOUPE in */ char **options; + char *test_output; enum { TESTCASE_XFAIL=1<<0, TESTCASE_TMP_DIR=1<<1,