From e940df1c2b14b045083eca74334ed6147ddeee7e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 7 Feb 2015 15:27:29 +0100 Subject: cmocka: Add Test Anything Protocol message output This adds support to print test reporting in the Test Anything Protocol. See http://testanything.org/tap-specification.html Signed-off-by: Andreas Schneider --- doc/mainpage.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/mainpage.dox b/doc/mainpage.dox index e747777..5d658e0 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -33,7 +33,7 @@ The CMocka library provides: - Very well tested - Testing of memory leaks, buffer overflows and underflows. - A set of assert macros. - - Several supported output formats (stdout, jUnit XML, Subunit) + - Several supported output formats (stdout, TAP, xUnit XML, Subunit) - License: Apache License 2.0 @section main-test A cmocka test @@ -105,8 +105,9 @@ possible to configure several other output formats. The configuration is done using the CMOCKA_MESSAGE_OUTPUT environment variable. The supported values are: - STDOUT for the default standard output printer - - XML for jUnit XML format - SUBUNIT for subunit output + - TAP for Test Anything Protocol (TAP) output + - XML for xUnit XML format The case doesn't matter. The XML output goes to stderr by default. If the environment variable -- cgit v1.2.3