Re: [CMake] Passing extra parameters to CTest from a RUN_TESTS visual studio project

2012-03-14 Thread David Cole
Nothing's changed w.r.t. running ctest via the RUN_TESTS project. You could always add your own custom target if you want to run ctest with additional arguments. HTH, David On Wed, Mar 14, 2012 at 3:18 PM, Massaro Alessio wrote: > Hi there > > > > This has been asked before in 2010, but I tho

[CMake] Passing extra parameters to CTest from a RUN_TESTS visual studio project

2012-03-14 Thread Massaro Alessio
Hi there This has been asked before in 2010, but I thought I might check if anything has changed in CMake v2.8.7. Is it possible to specify extra flags for CTest when it's invoked by the post-build script in a Visual Studio RUN_TESTS project? Adding the following to my main CMakeLists.txt, mai