From a0370cd797b1f4e5b46a6ca2631f373e30c61445 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 17 Apr 2007 19:49:26 +0000 Subject: add tests for CGI --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tests.php') 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; -- cgit v1.2.1