PDA

View Full Version : Cruise Control and QtTestLib?



gfunk
15th November 2007, 01:59
Hi,

I've been trying to get Cruise Control.net (for Continuous Integration) to work with the QtTestLib unit testing framework, so that it can report my unit tests. I've gotten my QtTest app to spit out some xml to a file. However, I'm wondering if the xml it outputs is actually compatible with any of the Cruise Control programs out there. Has anyone had any luck with this?

gfunk
15th November 2007, 20:16
Seems I found my answer here:
http://qtnode.net/wiki?title=QtTest_XML_Output

Now, I just need to figure out how to call this XSLT file on my XML file to transform it properly, in a script...