$
$ gmake test
exit 0;
/home/rolland/Work/PHP-unicode/source/php-src/ext/sqlite/libsqlite/src/parse.y
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
ERROR: Cannot open file
'/home/rolland/Work/PHP-unicode/source/php-src/run-test-info.php'
(save_text)
gmake: [test] Error 1 (ignored)
$
$ gmake utest
exit 0;
/home/rolland/Work/PHP-unicode/source/php-src/ext/sqlite/libsqlite/src/parse.y
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
ERROR: Cannot open file
'/home/rolland/Work/PHP-unicode/source/php-src/run-test-info.php'
(save_text)
gmake: [utest] Error 1 (ignored)
$
$
$ ls -l run-test*
-rw-rw-r-- 1 rolland rolland 866 Oct 16 19:00 run-test-info.php
-rwxr-xr-x 1 rolland rolland 42329 Oct 7 06:00 run-tests.php
$
$ uname -a
Linux rolland 2.6.12-1.1378_FC3 #1 Wed Sep 14 04:24:31 EDT 2005 i686
i686 i386 GNU/Linux
$