FOSSology  4.4.0
Open Source License Compliance by Open Source Software
runGp.php
1 #!/usr/bin/php
2 <?php
3 /*
4  SPDX-FileCopyrightText: © 2008 Hewlett-Packard Development Company, L.P.
5 
6  SPDX-License-Identifier: GPL-2.0-only
7 */
8 
19 require_once ('./GpTestSuite.php');
20 
21 list($me, $infile) = $argv;
22 $test = new GpClassTestSuite();
23 if (TextReporter :: inCli())
24 {
25  exit ($test->run(new TextReporter()) ? 0 : 1);
26 }
27 $test->run(new HtmlReporter());
list_t type structure used to keep various lists. (e.g. there are multiple lists).
Definition: nomos.h:308