test/harness/testcase.h
changeset 198 9f1defcca7d6
parent 108 853e8a9ccfc9
child 191 189183b37598
child 200 8e0ba1a088c4
     1.1 --- a/test/harness/testcase.h	Tue Sep 24 07:18:50 2013 +0100
     1.2 +++ b/test/harness/testcase.h	Fri Oct 25 11:15:18 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,