On 16 May 2007, at 19:43, Stew Benedict wrote:
I'm doing some work on the next iteration of Perl's TAP parser at the
moment so I'm quite inclined to volunteer to do a TET <-> TAP
converter - if only so I can plunder TET for good ideas :)

[1] http://testanything.org/
     http://en.wikipedia.org/wiki/Test_Anything_Protocol


Sure, here's a small reference in the LSB wiki:

http://www.linux-foundation.org/en/LibToLSB#Writing_tests

[snip]

I've just released TAP::Convert::TET that converts TAP to TET - fairly trivially at the moment. It includes a program tap2tet that can be used as a TAP -> TET filter.

You can find it here:

http://search.cpan.org/dist/TAP-Convert-TET/

It works fine on the small examples I've thrown at it. tjreport seems to parse the TET it generates correctly. Next I'd like to run all the Perl tests through it and verify the TET it generates.

Before I start digging does anyone know if there's an easy way to capture all the TAP output from make test for a recent Perl?

--
Andy Armstrong, hexten.net

Reply via email to