From 6858206f5473cd502df2848dc41714289cd24774 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 4 Dec 2006 13:07:00 +0000 Subject: [PATCH] look for tests in sapi/cli --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 978bc511b5a..c81053e6fea 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;