Re: [CMake] simple ctest question: how to run test by number ?

2013-11-15 Thread Bill Hoffman
On 11/15/2013 3:13 PM, Alexander Neundorf wrote: Hi, is there a way to have ctest execute test number x ? ctest -Ix doesn't do it, and the examples listed here http://cmake.org/Wiki/CMake/Testing_With_CTest#Running_Individual_Tests look quite complicated (i.e. more complicated than -R Alex

[CMake] simple ctest question: how to run test by number ?

2013-11-15 Thread Alexander Neundorf
Hi, is there a way to have ctest execute test number x ? ctest -Ix doesn't do it, and the examples listed here http://cmake.org/Wiki/CMake/Testing_With_CTest#Running_Individual_Tests look quite complicated (i.e. more complicated than -R Alex -- Powered by www.kitware.com Please keep messages

Re: [CMake] simple ctest

2009-11-04 Thread S Roderick
On Nov 4, 2009, at 11:43 AM, Mathieu Malaterre wrote: On Wed, Nov 4, 2009 at 4:52 PM, wrote: I changed over to learn the windows batch a bit and I created a short script to do the work, for some things I planed to integrate into ctest. The rest works like a charm (configuring, building,

Re: [CMake] simple ctest

2009-11-04 Thread Mathieu Malaterre
On Wed, Nov 4, 2009 at 4:52 PM, wrote: > I changed over to learn the windows batch a bit and I created a short script > to do the work, for some things I planed to integrate into ctest. > > The rest works like a charm (configuring, building, reporting, packaging etc) > > I am not sure about the

Re: [CMake] simple ctest

2009-11-04 Thread Bill Hoffman
th@gmx.de wrote: What version of ctest? What OS? I am actually working on Windows XP with ctest version 2.6-patch 4 I changed over to learn the windows batch a bit and I created a short script to do the work, for some things I planed to integrate into ctest. The rest works like a charm (c

Re: [CMake] simple ctest

2009-11-04 Thread th . tom
> What version of ctest? What OS? I am actually working on Windows XP with ctest version 2.6-patch 4 I changed over to learn the windows batch a bit and I created a short script to do the work, for some things I planed to integrate into ctest. The rest works like a charm (configuring, building,

Re: [CMake] simple ctest

2009-11-04 Thread David Cole
What version of ctest? What OS? i.e. : what is the output of: ctest --version which ctest On Wed, Nov 4, 2009 at 7:23 AM, wrote: > I did the following steps: > > 1) creating script.cmake: > SET ( SOURCE_DIR "C:/my/sources/" ) > SET ( CTEST_BINARY_DIRECTORY ${SOURCE_DIR}/build ) > SET ( CTEST_S

[CMake] simple ctest

2009-11-04 Thread th . tom
I did the following steps: 1) creating script.cmake: SET ( SOURCE_DIR "C:/my/sources/" ) SET ( CTEST_BINARY_DIRECTORY ${SOURCE_DIR}/build ) SET ( CTEST_SOURCE_DIRECTORY ${SOURCE_DIR} ) MESSAGE ( "Actual path is ${CTEST_SOURCE_DIRECTORY}" ) MESSAGE ( "Actual binary path is ${CTEST_BINARY_DIRECTOR