From: Antony Dovgal Date: Mon, 4 Dec 2006 13:07:00 +0000 (+0000) Subject: look for tests in sapi/cli X-Git-Tag: RELEASE_1_0_0RC1~834 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6858206f5473cd502df2848dc41714289cd24774;p=php look for tests in sapi/cli --- diff --git a/run-tests.php b/run-tests.php index 978bc511b5..c81053e6fe 100755 --- a/run-tests.php +++ b/run-tests.php @@ -537,7 +537,7 @@ $exts_skipped = 0; $ignored_by_ext = 0; sort($exts_to_test); $test_dirs = array(); -$optionals = array('tests', 'ext', 'Zend', 'ZendEngine2'); +$optionals = array('tests', 'ext', 'Zend', 'ZendEngine2', 'sapi/cli'); foreach($optionals as $dir) { if (@filetype($dir) == 'dir') { $test_dirs[] = $dir;