Searched defs:SRunner (Results 1 – 5 of 5) sorted by relevance
73 typedef struct SRunner SRunner; typedef77 struct SRunner { struct78 Suite *suite;79 int nchecks;80 int nfailures;
118 struct SRunner struct120 List *slst; /* List of Suite objects */121 TestStats *stats; /* Run statistics */122 List *resultlst; /* List of unit test results */123 const char *log_fname; /* name of log file */124 const char *xml_fname; /* name of xml output file */125 const char *tap_fname; /* name of tap output file */126 List *loglst; /* list of Log objects */127 enum fork_status fstat; /* controls if suites are forked or not
824 typedef struct SRunner SRunner; typedef