diff -r f44c530f80da -r 70cc629ec1e0 test/harness/testcase.h --- a/test/harness/testcase.h Sat Oct 26 18:47:33 2013 +0100 +++ b/test/harness/testcase.h Wed Oct 16 22:51:29 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,