automake-1.16: Links and external resources on TAP

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