- spl tests are also under examples (sigh)

This commit is contained in:
Pierre Joye 2012-01-09 13:56:46 +00:00
parent cb6603ac56
commit 7f2c8b347c

View File

@ -382,7 +382,7 @@ function copy_test_dir($directory, $dest)
$directory = substr($directory,0,-1);
}
if ($directory == 'tests') {
if ($directory == 'tests' || $directory == 'examples') {
if (!is_dir($dest . '/tests')) {
mkdir($dest . '/tests', 0775, true);
}