Re: [CMake] Split Build and Test Pipelines

2019-05-10 Thread Miller Henry
Behalf Of Dustyn Blasig Sent: Friday, May 10, 2019 12:07 PM To: CMake Subject: [CMake] Split Build and Test Pipelines Hi All, I'm curious if anyone has had success allowing two testing paths to coexist well. Currently, we are using CTest to run our test executables with `make test`. Ho

Re: [CMake] Split Build and Test Pipelines

2019-05-10 Thread Kyle Edwards via CMake
On Fri, 2019-05-10 at 12:06 -0500, Dustyn Blasig wrote: > Hi All, > > I'm curious if anyone has had success allowing two testing paths to > coexist well. > > Currently, we are using CTest to run our test executables with `make > test`. However, on our Jenkins system, the build machines have the >

[CMake] Split Build and Test Pipelines

2019-05-10 Thread Dustyn Blasig
Hi All, I'm curious if anyone has had success allowing two testing paths to coexist well. Currently, we are using CTest to run our test executables with `make test`. However, on our Jenkins system, the build machines have the whole development stack but the test machines do not. So we need a way