Re: [cmake-developers] cmake-file-api and CTest

2019-08-22 Thread Brad King
On 8/22/19 2:41 PM, David Cole via cmake-developers wrote: > The return code indicates a stack overflow. Let's hope it is not intended. Thanks folks. I opened an issue for that here: * https://gitlab.kitware.com/cmake/cmake/issues/19629 -Brad -- Powered by www.kitware.com Please keep message

Re: [cmake-developers] cmake-file-api and CTest

2019-08-22 Thread David Cole via cmake-developers
40791 and outputs nothing. Was this intended? > > > > Cheers, > > Máté > > > > Feladó: Nagy-Egri Máté Ferenc > Elküldve: 2019. július 9., kedd 9:41 > Címzett: Kyle Edwards; CMake fejlesztők > Tárgy: RE: [cmake-developers] cmake-file-api and CTest > > &

Re: [cmake-developers] cmake-file-api and CTest

2019-08-22 Thread Nagy-Egri Máté Ferenc via cmake-developers
? Cheers, Máté Feladó: Nagy-Egri Máté Ferenc Elküldve: 2019. július 9., kedd 9:41 Címzett: Kyle Edwards; CMake fejlesztők Tárgy: RE: [cmake-developers] cmake-file-api and CTest Hi Kyle, I’ve never contributed to CMake before. I once wanted to enchance the makefile generators with batch-mode support

Re: [cmake-developers] cmake-file-api and CTest

2019-07-08 Thread Brad King
On 7/7/19 5:04 AM, Nagy-Egri Máté Ferenc via cmake-developers wrote: > I am trying to cook a CTest back-end to the Test Explorer UI extension > for VS Code as a summer project and I thought of using the new cmake-file-api > for it. CTest's model of the test suite is distinct from CMake's model and

Re: [cmake-developers] cmake-file-api and CTest

2019-07-08 Thread Nagy-Egri Máté Ferenc via cmake-developers
Tárgy: Re: [cmake-developers] cmake-file-api and CTest On Sun, 2019-07-07 at 09:04 +, Nagy-Egri Máté Ferenc via cmake- developers wrote: > Hi! > > I am trying to cook a CTest back-end to the Test Explorer UI > extension for VS Code as a summer project and I thought of using the

Re: [cmake-developers] cmake-file-api and CTest

2019-07-08 Thread Kyle Edwards
On Sun, 2019-07-07 at 09:04 +, Nagy-Egri Máté Ferenc via cmake- developers wrote: > Hi! > > I am trying to cook a CTest back-end to the Test Explorer UI > extension for VS Code as a summer project and I thought of using the > new cmake-file-api for it. The docs however are understandably scarc

[cmake-developers] cmake-file-api and CTest

2019-07-07 Thread Nagy-Egri Máté Ferenc via cmake-developers
Hi! I am trying to cook a CTest back-end to the Test Explorer UI extension for VS Code as a summer project and I thought of using the new cmake-file-api for it. The docs however are understandably scarce and I could not muster how to obtain tests and not targets. Is it possible with this ini