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

Hi Ovid. There are a few implementations of TAP out there in C (such as libtap). How about creating a backend to one using XS?

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

Replies are listed 'Best First'.
Re^4: This is what's wrong with Test::Harness
by Ovid (Cardinal) on Jul 30, 2006 at 08:37 UTC

    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.

      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.