diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-12-04 13:07:26 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-12-04 13:07:26 +0000 |
| commit | dad67b1f65f37e9b3402adfa62486eeda7c054c9 (patch) | |
| tree | a1c263cd7fa3d7a1b32b6d79484f69a5bb1095aa /run-tests.php | |
| parent | 7fb3715d4317fbfcb209642d4500d86b8c925f0a (diff) | |
| download | php-git-dad67b1f65f37e9b3402adfa62486eeda7c054c9.tar.gz | |
MFH: look for tests in sapi/cli
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 aa38f80816..74b51b8dfe 100755 --- a/run-tests.php +++ b/run-tests.php @@ -533,7 +533,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; |
