From 9cfc56d445a1faa735d12659dbf85e8bb698866b Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 12 Dec 2011 15:09:52 +0000 Subject: [PATCH] - copy run-test php --- win32/build/mkdist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index 80c25237771..cd329e302c3 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -459,6 +459,7 @@ $dirs = array( foreach ($dirs as $dir) { copy_test_dir($dir, $test_dir); } +copy('run-tests.php', $test_dir . '/run-test.php'); /* change this next line to true to use good-old * hand-assembled go-pear-bundle from the snapshot template */