Kirrily Robert <[EMAIL PROTECTED]> writes:

> In perl.qa, you wrote:
> >Sounds like what we need is a smorgasboard of make test targets.
> 
> Looks like a job for a callback.  Give the users the opportunity to
> write a handler for each test result -- print, output to file, email,
> stick it in a database, whatever.

Test::Unit's has the idea of Listeners that are responsible for
interpreting the test data and reporting on it. Thus, when you're
running the tests under make test you use a Test::Harness compatible
TestRunner. It works quite well.


-- 
Piers Cawley
www.iterative-software.com

Reply via email to