diff -r 853e8a9ccfc9 -r f2b7980222cf test/harness/testcase.h --- a/test/harness/testcase.h Tue Sep 24 07:18:50 2013 +0100 +++ b/test/harness/testcase.h Sun Sep 29 22:51:27 2013 +0100 @@ -37,10 +37,12 @@ char *basename; char *tmpdir; GSList *inputs; + GSList *outputs; char *expected; 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,