| changeset 136 | 2f3762ff90d8 |
| parent 17 | 2c88fd553e5d |
| child 139 | c130152c4a57 |
1.1 --- a/test/harness/testcase.h Mon Feb 06 23:55:27 2012 +0000 1.2 +++ b/test/harness/testcase.h Sun Sep 29 22:51:27 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,