automake: Links and external resources on TAP

1 
1 15.4.4 Links and external resources on TAP
1 ------------------------------------------
1 
1 Here are some links to more extensive official or third-party
1 documentation and resources about the TAP protocol and related tools and
1 libraries.
1    •  ‘Test::Harness::TAP’
1      (http://search.cpan.org/~petdance/Test-Harness/lib/Test/Harness/TAP.pod),
1      the (mostly) official documentation about the TAP format and
1      protocol.
1    •  ‘prove’ (http://search.cpan.org/~andya/Test-Harness/bin/prove),
1      the most famous command-line TAP test driver, included in the
1      distribution of ‘perl’ and ‘Test::Harness’
1      (http://search.cpan.org/~andya/Test-Harness/lib/Test/Harness.pm).
1    • The TAP wiki (http://testanything.org/wiki/index.php/Main_Page).
1    • A “gentle introduction” to testing for perl coders:
1      ‘Test::Tutorial’
1      (http://search.cpan.org/dist/Test-Simple/lib/Test/Tutorial.pod).
1    •  ‘Test::Simple’
1      (http://search.cpan.org/~mschwern/Test-Simple/lib/Test/Simple.pm)
1      and ‘Test::More’
1      (http://search.cpan.org/~mschwern/Test-Simple/lib/Test/More.pm),
1      the standard perl testing libraries, which are based on TAP.
1    • C TAP Harness
1      (http://www.eyrie.org/~eagle/software/c-tap-harness/), a C-based
1      project implementing both a TAP producer and a TAP consumer.
1    • tap4j (http://www.tap4j.org/), a Java-based project implementing
1      both a TAP producer and a TAP consumer.
1