For a test framework with Jenkins, I am using CUnit. The result is never correct when running in Jenkins. When I inspect the output of CUnit, it is not Junit compliant. The XML file is not even XML compliant! I am using version 2.1.3. When I observe the source code, it seems the project is not finished yet for people who want Jenkins. Although Junit should be possible, there is a lot of code for another non-standard.
Does anybody have a correct version for this test tool?
Is there another tool similar to CUnit, which I can use?