Re: Need help to configure jenkins for unit testing.

2015-12-23 Thread A B Tripathi
Hey felix , I thought , I can generate xml output from Jenkins but now i use cppunit for generating xml report and using cppunit test framework for publishing the test report. It's now working ;-). Thanks for help :-). *Thanks,* *A B Tripathi* On Thu, Dec 24, 2015 at 12:35 AM,

Re: Need help to configure jenkins for unit testing.

2015-12-18 Thread A B Tripathi
Hey i also want the unit tests to return the correct formatted XML and enable the XML parser in: jenkins/jobs/my_project/job.xml. I am stuck in these . *Thanks,* *A B Tripathi* On Fri, Dec 18, 2015 at 3:21 PM, Baptiste Mathus wrote: > Hi, > Basically, you need to be able to run

Re: Need help to configure jenkins for unit testing.

2015-12-18 Thread A B Tripathi
Thanks Baptiste Mathus. *Thanks,* *A B Tripathi* On Fri, Dec 18, 2015 at 3:21 PM, Baptiste Mathus wrote: > Hi, > Basically, you need to be able to run those tests outside Jenkins. > > That is, something like a run-tests.sh script in your project root. That > script would yield