![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^2: organizing/ running non-module related testsby geektron (Curate) |
on Sep 20, 2005 at 18:55 UTC ( #493569=note: print w/replies, xml ) | Need Help?? |
hrm ... maybe more detail would have helped.
the tests are similar to what goes on in a module distro. i have a t/ directory that's filling up with DBI-based scripts. what i'm looking for is an alternative to running each test (or each step of the migration) by hand. the "wrapper" would basically be something like: which looks an *aweful* lot like a make target to me. the alternative is: [ mybox ] --> ./01_step1.pl ad nauseam. and it's one DB to another .. so there's no real need for files ....
In Section
Seekers of Perl Wisdom
|
|