summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-02-07 15:27:29 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-09 09:22:26 +0100
commite940df1c2b14b045083eca74334ed6147ddeee7e (patch)
tree4306166d1c1b398f194dd596ccd0610241fa8e67 /doc
parent251cacd762bfd23eb9de8523f0ccc2bb6dffe345 (diff)
downloadcmocka-e940df1c2b14b045083eca74334ed6147ddeee7e.tar.gz
cmocka-e940df1c2b14b045083eca74334ed6147ddeee7e.tar.bz2
cmocka-e940df1c2b14b045083eca74334ed6147ddeee7e.zip
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 <asn@cryptomilk.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/mainpage.dox5
1 files changed, 3 insertions, 2 deletions
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 <tt>CMOCKA_MESSAGE_OUTPUT</tt> environment variable. The
supported values are:
- <tt>STDOUT</tt> for the default standard output printer
- - <tt>XML</tt> for jUnit XML format
- <tt>SUBUNIT</tt> for subunit output
+ - <tt>TAP</tt> for Test Anything Protocol (TAP) output
+ - <tt>XML</tt> for xUnit XML format
The case doesn't matter.
The XML output goes to stderr by default. If the environment variable