Re: [CMake] CTest - how to structure tests for different test jobs with a shared build-dir

2016-07-06 Thread Patrick Boettcher
Hi list, On Wed, 6 Jul 2016 10:19:05 +0200 Patrick Boettcher wrote: > I have several options at hand: > > - I could install the tests into the test-job-workspace (not sure if > this will really work with ctest) > - I could copy the build-dir (what about the absolute paths used) > - I could si

[CMake] CTest - how to structure tests for different test jobs with a shared build-dir

2016-07-06 Thread Patrick Boettcher
Hi, in my project I have several hundreds of non-regression and unit tests. Generated by cmake/make (or ninja) and run with ctest. Build jobs and test-run-jobs are separated and have their dedicated workspace available. (within jenkins) Tests are prefixed with an adjective to indicate when they