]> granicus.if.org Git - php/commitdiff
- spl tests are also under examples (sigh)
authorPierre Joye <pajoye@php.net>
Mon, 9 Jan 2012 13:56:46 +0000 (13:56 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 9 Jan 2012 13:56:46 +0000 (13:56 +0000)
win32/build/mkdist.php

index cd329e302c3d28185950f5a503744b1e70f1862f..17f7cd020ef47854dd019a9a58740a440d590e05 100644 (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);
                }