For my Alzabo tests, I do some weird stuff involving forking off processes
during tests and running the same (basically same) set of tests multiple
times, each time with different modules loaded. The parent process
calculates how many tests will be involved in each run and how many runs
will occur to print the '1..?' stuff at the beginning.
As part of this, I need to be able to tell the forked process to start its
test count at a certain number (greater than 1).
There's no way to do this with Test::Simple currently. What I need is to
be able to set $Planned_Tests and $Num_Tests without print the "1..$x" bit
again.
Either that or set a $Offset so that when it prints the test number it
prints $Num_Tests + $Offset.
Thoughts?
-dave
/*==================
www.urth.org
We await the New Sun
==================*/