Re: Improvements and glitches for make test
[email protected] (Johannes Schlüter) Thu, 22 Apr 2010 16:03:13 +0200
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <1271944993.26805.192.camel@guybrush> |
On Thu, 2010-04-22 at 15:56 +0300, Miroslav Kubelík - seznam wrote: > On Thu, 22 Apr 2010 14:45:15 +0300, Johannes Schlüter > > ./run-tests.php -c /path/to/php.ini > > But I'm using "make test" which uses big and complicated wrap around > run-tests.php > hardcoded in the Makefile. I assume that "make test" is recommended way > for testing > for phpized extension development and I have no possibility to change path > to php.ini > when I use "make test". The complicated part in the"make test" code is to generate the php.ini file to be used. Once that's generated there's no difference. johannes