]> granicus.if.org Git - check/commitdiff
doc: add link to TAP specification.
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 16:42:01 +0000 (16:42 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 16:42:01 +0000 (16:42 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@887 64e312b2-a51f-0410-8e61-82d0ca0eb02a

doc/check.texi

index c9c31ebf2d1dedd3cd16a3392f41e5656e9f97be..52e0e3a6010f9fee07739001c0f851925aac7e98 100644 (file)
@@ -1528,8 +1528,10 @@ format simultaneously is supported.
 @findex srunner_set_tap
 @findex srunner_has_tap
 @findex srunner_tap_fname
-The log can also be written in TAP.  The following functions define
-the interface for TAP logs:
+The log can also be written in Test Anything Protocol (TAP) format.
+Refer to the @uref{http://podwiki.hexten.net/TAP/TAP.html,TAP Specification}
+for information on valid TAP output and parsers of TAP. The following
+functions define the interface for TAP logs:
 @example
 @verbatim
 void srunner_set_tap (SRunner *sr, const char *fname);