[cmake-developers] Debugging tests added with cmake command 'add_test' from Visual Studio?

2017-10-13 Thread Robert Goulet
Hi, Is there an easy way to launch a debugging session from Visual Studio to a specific test that failed (which was added using cmake command 'add_test') using the exact same command-line arguments and working directory for the debugging settings that were used by RUN_TESTS? Thanks! --

Re: [cmake-developers] Need more information concerning the Trilinos test of CMake

2017-10-13 Thread Brad King
On 10/13/2017 12:08 AM, Alan W. Irwin wrote: > Accordingly Bill Hoffman suggested to me off-list > some time ago that I configure a CMake dashboard submission that > builds the master HEAD CMake version and tests it with a build and > test of PLplot similarly to what is done for Trilinos. > >

Re: [cmake-developers] CMake-3.10.0-rc2 yields good comprehensive test results for PLplot

2017-10-13 Thread Brad King
On 10/12/2017 11:50 PM, Alan W. Irwin wrote: > I just completed a comprehensive test of PLplot on Linux (Debian > Jessie) using a cmake version that I built myself from the > CMake-3.10.0-rc2 source code using the bootstrap method. The result > was a complete success Great, thanks for testing!