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