Re: [cmake-developers] XCode Unit Test Bundle targets support

2015-11-13 Thread Robert Goulet
e-developers] XCode Unit Test Bundle targets support On 11/12/2015 12:47 PM, Robert Goulet wrote: > In XCode we can add a target of type "Test", specifically for us is > the "iOS Unit Test Bundle" that is interesting, because with it we can > write iOS test cases th

Re: [cmake-developers] XCode Unit Test Bundle targets support

2015-11-13 Thread Brad King
On 11/12/2015 12:47 PM, Robert Goulet wrote: > In XCode we can add a target of type “Test”, specifically for us is > the “iOS Unit Test Bundle” that is interesting, because with it we > can write iOS test cases that will install, launch and close the app > on the iOS device. I'm not familiar with

[cmake-developers] XCode Unit Test Bundle targets support

2015-11-12 Thread Robert Goulet
Hi all, In XCode we can add a target of type "Test", specifically for us is the "iOS Unit Test Bundle" that is interesting, because with it we can write iOS test cases that will install, launch and close the app on the iOS device. Does CMake has started to support any of this yet? And if no,