Skip to content
/ libtap Public
forked from pozorvlak/libtap

Testing library for C, implementing the Test Anything Protocol. Written by Nik Clayton.

License

Notifications You must be signed in to change notification settings

petris/libtap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
     tap -- write tests that implement the Test Anything Protocol

SYNOPSIS
     #include <tap.h>

DESCRIPTION
     The tap library provides functions for writing test scripts that produce
     output consistent with the Test Anything Protocol.  A test harness that
     parses this protocol can run these tests and produce useful reports indi-
     cating their success or failure.

About

Testing library for C, implementing the Test Anything Protocol. Written by Nik Clayton.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.8%
  • Perl 13.2%
  • Shell 3.6%
  • C++ 1.4%