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
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
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,
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
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
> 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,
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
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