test/harness/testcase.h
changeset 6 faab25d520dd
parent 0 c2f4c0285180
child 7 721e468c10f3
     1.1 --- a/test/harness/testcase.h	Tue Jan 24 23:54:05 2012 +0000
     1.2 +++ b/test/harness/testcase.h	Fri Jan 27 16:18:02 2012 +0000
     1.3 @@ -1,6 +1,8 @@
     1.4  #ifndef TESTCASE_H
     1.5  #define TESTCASE_H
     1.6  
     1.7 +#include <glib.h>
     1.8 +
     1.9  typedef struct {
    1.10      char *basename;
    1.11      char *input;
    1.12 @@ -10,7 +12,7 @@
    1.13      } flags;
    1.14  } Testcase;
    1.15  
    1.16 -boolean testcase_run(Testcase *testcase);
    1.17 +gboolean testcase_run(Testcase *testcase);
    1.18  void testcase_free(Testcase *testcase);
    1.19  
    1.20  #endif	/* TESTCASE_H */