Tomas Doran wrote:
On 24 Nov 2009, at 20:31, Octavian Râşniţă wrote:
I would like to structure the t directory as lib/MyApp is structured.
Is it possible to be able to configure the app somehow so `make test`
checks all the test files even if they are in sub-directories?
Yes, you just say so
From: "Wallace Reis"
On 25/11/2009, at 09:36, Octavian Râşniţă wrote:
This is good news. But unfortunately it executes only the tests from the t
directory, not those from its subdirectories.
I have tried to put this line of code in more places in Makefile.PL with
no difference.
You can us
On 25/11/2009, at 09:36, Octavian Râşniţă wrote:
> This is good news. But unfortunately it executes only the tests from the t
> directory, not those from its subdirectories.
>
> I have tried to put this line of code in more places in Makefile.PL with no
> difference.
You can use tests_recursiv
From: "Tomas Doran"
On 24 Nov 2009, at 20:31, Octavian Râşniţă wrote:
I would like to structure the t directory as lib/MyApp is structured. Is
it possible to be able to configure the app somehow so `make test` checks
all the test files even if they are in sub- directories?
Yes, you just say
On 24 Nov 2009, at 20:31, Octavian Râşniţă wrote:
I would like to structure the t directory as lib/MyApp is
structured. Is it possible to be able to configure the app somehow
so `make test` checks all the test files even if they are in sub-
directories?
Yes, you just say something like:
t
Hello,
I would like to structure the t directory as lib/MyApp is structured. Is it
possible to be able to configure the app somehow so `make test` checks all
the test files even if they are in sub-directories?
`prove -r -l t` can do this, but it works well only under Linux or if I also
add t