]> granicus.if.org Git - php/commitdiff
look for tests in sapi/cli
authorAntony Dovgal <tony2001@php.net>
Mon, 4 Dec 2006 13:07:00 +0000 (13:07 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 4 Dec 2006 13:07:00 +0000 (13:07 +0000)
run-tests.php

index 978bc511b5ae3547c63ce08e396cb574f9e8a4df..c81053e6fea793b8d426ded17f800ba5d7726c5a 100755 (executable)
@@ -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;