[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Test results as XML files
[Thread Prev] | [Thread Next]
- Subject: Re: Test results as XML files
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Date: Fri, 06 Feb 2015 12:58:07 +0100
- To: cmocka@xxxxxxxxxxxxxx
- Cc: James.Munns@xxxxxxxxxxxxx
On Friday 06 February 2015 11:39:59 James.Munns@xxxxxxxxxxxxx wrote: > Hey, Hi, > Will the source be pushed anywhere before the 1.0 release? I'd love to > test it out on my environment. the source code is available here: http://git.cryptomilk.org/users/asn/cmocka.git/log/?h=rewrite It is still work in progress. You have to migrate your test to the new test runner and then set the output either in your test by calling: cmocka_set_message_output(CM_OUTPUT_XML); or using the environment variable: CMOCKA_MESSAGE_OUTPUT=xml The new test runner is called: cmocka_run_group_tests() you will find the documentation in the header file how to use it. Cheers, -- andreas
Re: Test results as XML files | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: Test results as XML files | Lars Sjöström <lars@xxxxxxxxxxx> |
Re: Test results as XML files | James.Munns@xxxxxxxxxxxxx |