test/harness/testcase.h
changeset 144 d7a97f077f9e
parent 108 853e8a9ccfc9
parent 136 2f3762ff90d8
     1.1 --- a/test/harness/testcase.h	Tue Sep 24 07:18:50 2013 +0100
     1.2 +++ b/test/harness/testcase.h	Wed Oct 02 23:58:38 2013 +0100
     1.3 @@ -37,10 +37,12 @@
     1.4      char *basename;
     1.5      char *tmpdir;
     1.6      GSList *inputs;
     1.7 +    GSList *outputs;
     1.8      char *expected;
     1.9      GSList *warnings;
    1.10      char *encoding;	/* The character encoding to talk to BOOKLOUPE in */
    1.11      char **options;
    1.12 +    char *test_output;
    1.13      enum {
    1.14  	TESTCASE_XFAIL=1<<0,
    1.15  	TESTCASE_TMP_DIR=1<<1,