On Fri, 20 Feb 2004, Jan Lehnardt wrote:

> Hi,
> On 19 Feb 2004, at 22:50, Daniel Convissor wrote:
> > As you probably know, run-tests.php runs recursively through each
> > subdirectory encountered.  I've run into circumstances where it is
> > helpful
> > to have it just run files in the present directory, without recursion.
> >  I
> > have created a patch which watches for an "-l" flag.  The -l flag is
> > similar to the one used with CVS.
>
> TESTS=/path/test/dir make test or even TESTS=/path/to/test.phpt make
> test works just fine, already.

And also:
TESTS=path/test/dir/*.phpt make test

so you don't need anything new for this to work.

Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to