Re: [CMake] Ctest applied in a sub dir

2010-10-24 Thread Michael Hertling
On 10/24/2010 12:18 PM, Yann COLLETTE wrote: > Hello, > > I have used cmake to build an executable (which is > ${CMAKE_EXECUTABLE_DIR}/myprog.exe). > I wanted to use ctest to test my executable. But I need to execute this > program in specific directories with various data set (in > ${CMAKE_SOU

[CMake] Ctest applied in a sub dir

2010-10-24 Thread Yann COLLETTE
Hello, I have used cmake to build an executable (which is ${CMAKE_EXECUTABLE_DIR}/myprog.exe). I wanted to use ctest to test my executable. But I need to execute this program in specific directories with various data set (in ${CMAKE_SOURCE_DIR}/tests/first_test for example). Is it possible t