On Nov 2, 2006, at 11:01 AM, Gabor Szabo wrote:

In Module::Build I can set
recursive_test_files  => 1,

so I can organize my test files in subdirectories of t/

I am using
  create_makefile_pl    => 'traditional',
to create a readme but the Makefile.PL does not have any mention
to this recoursiveness.

Is this a bug in the makefile creation or is this feature not (yet) supported
by ExtUtils::MakeMaker.

In either case what should I do so people using Makefile.PL on this module
will also execute all the tests?

It's not an EU::MM bug -- it's a new M::B feature.

What should you do?  You're not going to like this answer:
Don't use recursive test directories. :-)
Chris

--
Chris Dolan, Software Developer, http://www.chrisdolan.net/
Public key: http://www.chrisdolan.net/public.key
vCard: http://www.chrisdolan.net/ChrisDolan.vcf



Reply via email to