diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-04-17 19:49:26 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-04-17 19:49:26 +0000 |
| commit | a0370cd797b1f4e5b46a6ca2631f373e30c61445 (patch) | |
| tree | 1b4d37809090ffc2d2a5efa5eff8633ebfa2520f /run-tests.php | |
| parent | 75d8d28e71089c9ba6fcc88ff483c74efd661b34 (diff) | |
| download | php-git-a0370cd797b1f4e5b46a6ca2631f373e30c61445.tar.gz | |
add tests for CGI
Diffstat (limited to 'run-tests.php')
| -rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index c894fa95bd..22528c0823 100755 --- a/run-tests.php +++ b/run-tests.php @@ -534,7 +534,7 @@ $exts_skipped = 0; $ignored_by_ext = 0; sort($exts_to_test); $test_dirs = array(); -$optionals = array('tests', 'ext', 'Zend', 'ZendEngine2', 'sapi/cli'); +$optionals = array('tests', 'ext', 'Zend', 'ZendEngine2', 'sapi/cli', 'sapi/cgi'); foreach($optionals as $dir) { if (@filetype($dir) == 'dir') { $test_dirs[] = $dir; |
