31 require_once (
'./GpTestSuite.php');
33 list($me, $infile) = $argv;
35 if (TextReporter :: inCli())
37 exit ($test->run(
new TextReporter()) ? 0 : 1);
39 $test->run(
new HtmlReporter());
list_t type structure used to keep various lists. (e.g. there are multiple lists).