in reply to Re: organizing/ running non-module related tests
in thread organizing/ running non-module related tests

that does look like what i had in mind ... but since i'm not a master of the testing game, i wasn't sure if a makefile or something else was the "right" direction. tnx.
  • Comment on Re^2: organizing/ running non-module related tests

Replies are listed 'Best First'.
Re^3: organizing/ running non-module related tests
by diotalevi (Canon) on Sep 20, 2005 at 19:42 UTC
    Nope. There's no reason to involve a makefile for the problem you just set out. ExtUtils::MakeMaker is irrelevant to you.
      i just need to adapt my tests to use Test::More, which isn't a difficult thing to do ... unless i decide to try and learn TAP