Re: [PHP-DEV] /tests -> run-tests.php From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 12/06/00

André Langhorst wrote:
>
> Can anyone explain why I have to copy a php.exe and .dll into my
> (php)sources directory? run-tests.php only searches for php.exe in the
> dirctory you run it in, I've modified run-tests.php to check if PHP is
> available somewhere in the PATH and if yes, I put out version
> information and start running tests
>
> If no one objects I'll commit

i don't know much about Win32's build system,
but at least on *NIX i would expect 'make test' and run-tests.php to
test the version i have built from the sources and the only one i
can be sure about beeing built from the sources in a given source
tree is the one thats in there ...

maybe it should bee possible to pass a different php binary to run for
tests as a command line option to run-tests.php, but i think it should
not search for one itself, at least not on *NIX systems

-- 
Hartmut Holzgraefe  hartmut <email protected>  http://www.six.de  +49-711-99091-77

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>