aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Bayerle <richi.bayerle@gmail.com>2019-02-24 16:38:05 +0000
committerAndreas Schneider <asn@cryptomilk.org>2019-02-25 16:24:29 +0100
commit765c1d1a82b6a2a8e36cd7fe521a1e9d2d2bd9a8 (patch)
treeb61e7289f205abf4c506b5d8045fcba4449310be
parentd2010dfafb1b89c3d9d951262b5a552aa6b8bd4b (diff)
downloadcmocka-765c1d1a82b6a2a8e36cd7fe521a1e9d2d2bd9a8.tar.gz
cmocka-765c1d1a82b6a2a8e36cd7fe521a1e9d2d2bd9a8.tar.xz
cmocka-765c1d1a82b6a2a8e36cd7fe521a1e9d2d2bd9a8.zip
XML output is JUnit XML, not xUnit XML.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--doc/mainpage.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 4c26d96..c378bb1 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, TAP, xUnit XML, Subunit)
+ - Several supported output formats (stdout, TAP, JUnit XML, Subunit)
- License: Apache License 2.0
@section main-test A cmocka test
@@ -119,7 +119,7 @@ supported values are:
- <tt>STDOUT</tt> for the default standard output printer
- <tt>SUBUNIT</tt> for subunit output
- <tt>TAP</tt> for Test Anything Protocol (TAP) output
- - <tt>XML</tt> for xUnit XML format
+ - <tt>XML</tt> for JUnit XML format
The case doesn't matter.
The XML output goes to stderr by default. If the environment variable