in reply to Re^3: This is what's wrong with Test::Harness
in thread I need your help with parsing TAP output

I'm not trying to generate TAP, I'm trying to parse it and make a test harness available for it. That being said, I hope to eventually include a TAPx::Parser::Source::Executable or something similar which will produce a TAP stream based on the output of libtap or similar things.

Cheers,
Ovid

New address of my CGI Course.

  • Comment on Re^4: This is what's wrong with Test::Harness

Replies are listed 'Best First'.
Re^5: This is what's wrong with Test::Harness
by Lies of Society (Initiate) on Jul 30, 2006 at 09:30 UTC

    Sorry. I was assuming that libtap came with a Test::Harness-like program that you could use as a backend, but after investigating it, it appears that it doesn't.