From 5ee29f021d39817289a6c62c6b67547d8454c672 Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 17 Dec 2013 16:42:01 +0000 Subject: [PATCH] doc: add link to TAP specification. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@887 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- doc/check.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/check.texi b/doc/check.texi index c9c31eb..52e0e3a 100644 --- a/doc/check.texi +++ b/doc/check.texi @@ -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); -- 2.40.0