From 7c5572f039530b45cb2e7a798c695a090160ea54 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 21 Sep 2016 14:22:52 +0200 Subject: cmocka: Do not add xml headers twice Signed-off-by: Andreas Schneider --- doc/mainpage.dox | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 925bfd2..329b840 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -124,7 +124,10 @@ The case doesn't matter. The XML output goes to stderr by default. If the environment variable CMOCKA_XML_FILE exists and the file specified by this variable -doesn't exist yet, then cmocka will put the output to this file. - +doesn't exist yet, then cmocka will put the output to this file. Note +that if you are have several groups you should set CMOCKA_XML_FILE +to CMOCKA_XML_FILE=cm_%g.xml. In this %g will be replaced by +the group_name of the test and a file will be created for each group, +othwerwise all groups will be printed into the same file. */ -- cgit v1.2.3