summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorGernot Vormayr <gvormayr@gmail.com>2014-01-07 00:21:24 +0100
committerGernot Vormayr <gvormayr@gmail.com>2014-01-07 00:21:24 +0100
commite9883779a0d00fef3481af2806a918abe33fd3f4 (patch)
tree57feed351a64a9fed7372e145fa23bbfc44bd8ea /run-tests.php
parent32d9409a24d3943761a24692984e7b0af2a72a9a (diff)
downloadphp-git-e9883779a0d00fef3481af2806a918abe33fd3f4.tar.gz
Add some basic and apparmor tests to fpm
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 8c8df610b8..3903bd8481 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -838,7 +838,7 @@ $exts_skipped = 0;
$ignored_by_ext = 0;
sort($exts_to_test);
$test_dirs = array();
-$optionals = array('tests', 'ext', 'Zend', 'ZendEngine2', 'sapi/cli', 'sapi/cgi');
+$optionals = array('tests', 'ext', 'Zend', 'ZendEngine2', 'sapi/cli', 'sapi/cgi', 'sapi/fpm');
foreach($optionals as $dir) {
if (@filetype($dir) == 'dir') {