Re: Distinguishing between tests run on different build configurations of same project

2013-05-16 Thread John Dexter
The thing is I want one job to automatically pick up all xml test results, not write a job for each test. I think I found a solution to change the test-suite name slightly in the CPP code based on a preprocessor var, so it appears to be a non-Jenkins problem :) On 16 May 2013 17:33, lata wrote

Re: Distinguishing between tests run on different build configurations of same project

2013-05-16 Thread lata
have two jenkins test jobs? maybe i'm missing something. On Thursday, May 16, 2013 4:44:44 PM UTC+5:30, John Dexter wrote: > > I use boost.test to do unit testing on a C++ project, which has two > build-configurations - each configuration pulls in a different 3rd-party > library and our app wra

Distinguishing between tests run on different build configurations of same project

2013-05-16 Thread John Dexter
I use boost.test to do unit testing on a C++ project, which has two build-configurations - each configuration pulls in a different 3rd-party library and our app wraps these, so we have the same suite of tests to check both are behaving identically. This means we end up with app_A.exe and app_B.exe