Re: [CMake] CTest integration in Visual Studio TestExplorer

2016-02-04 Thread Stuermer, Michael SP/HZA-ZSEP
Make [mailto:cmake-boun...@cmake.org] On Behalf Of Nagy-Egri Máté Ferenc via CMake Sent: Thursday, February 04, 2016 3:33 PM To: cmake@cmake.org<mailto:cmake@cmake.org> Subject: Re: [CMake] CTest integration in Visual Studio TestExplorer Hi Michael, first of all, let me congratulate you o

Re: [CMake] CTest integration in Visual Studio TestExplorer

2016-02-04 Thread Stuermer, Michael SP/HZA-ZSEP
; further comments inline. From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Nagy-Egri Máté Ferenc via CMake Sent: Thursday, February 04, 2016 3:33 PM To: cmake@cmake.org Subject: Re: [CMake] CTest integration in Visual Studio TestExplorer Hi Michael, first of all, let me congratulate you on

Re: [CMake] CTest integration in Visual Studio TestExplorer

2016-02-04 Thread Máté Ferenc Nagy-Egri via CMake
16 3:33 PM To: cmake@cmake.org Subject: Re: [CMake] CTest integration in Visual Studio TestExplorer Hi Michael, first of all, let me congratulate you on the integration. Great stuff and much apreciated. I gave your add-in a spin, however it fails to find my unit tests. I set the output

Re: [CMake] CTest integration in Visual Studio TestExplorer

2016-02-04 Thread Nagy-Egri Máté Ferenc via CMake
. január 22., péntek 12:37 Címzett: cmake@cmake.org Tárgy: [CMake] CTest integration in Visual Studio TestExplorer Hello everyone, picking up the line from Tobias from around a year ago I changed a few things in the ctest unittest adapter. It now works for both Visual Studio 2013 and 2015. 2012

[CMake] CTest integration in Visual Studio TestExplorer

2016-01-22 Thread Stuermer, Michael SP/HZA-ZSEP
ginal Message- From: Tobias Becker [mailto:becker.t...@gmail.com] Sent: Saturday, November 22, 2014 11:35 PM Subject: [CMake] CTest integration in Visual Studio TestExplorer So I tried my luck with creating an extension for Visual Studio that allows you to use the Test Explorer to discover and run

[CMake] CTest integration in Visual Studio TestExplorer

2014-11-22 Thread Tobias Becker
So I tried my luck with creating an extension for Visual Studio that allows you to use the Test Explorer to discover and run your CTests. You can download it in the visual studio gallery. Read about it on http://thetoeb.de/2014/11/22/ctest-integration-visualstudio/ . I'd be happy if anyone wanted