in reply to using Test::Harness

For each test, create a temporary script that calls it with the given parameter. Then run these temp scripts from runtests rather then the tests themselves.

Replies are listed 'Best First'.
Re^2: using Test::Harness
by shree (Acolyte) on Apr 20, 2010 at 11:11 UTC
    Yes, I can do this way but here I need to write again the number of temp scripts which runs the each test script right? Is there any other way .... ...... ..... ?