[Catalyst] t directory hierarchy

Ian Docherty catalyst at iandocherty.com
Wed Aug 15 11:27:14 GMT 2007


Hi
I have been using Catalyst for some time with a 'flat' test directory, 
with all test scripts in the same directory.

The main reason for this is that when I do

$ make test

It does not recurse into the sub-directories and only runs test scripts 
in the 't' directory.

However I have just found out that when I do

$ prove --lib lib t/*

It *does* recurse, so this would be a work-around.

Is 'make test' supposed to work in that way?

Regards
Ian



More information about the Catalyst mailing list