Re: [CMake] FW: CTest question

2017-05-18 Thread Eric Noulard
Hi, I don't that 2 execute_process in sequence in a cmake script could be executed out-of-order but I let CMake developer answer more firmly about that. The order of each test created by add_test may vary though. 2017-05-18 19:32 GMT+02:00 T.Sariyski : > Hi Eric, > > > > I

[CMake] FW: CTest question

2017-05-18 Thread T.Sariyski
Hi Eric, I noticed something that may relates to the problem. Like I said in my previous mail, add_test is a call to cmake: ADD_TEST(NAME ${TARGET_NAME} … COMMAND ${CMAKE_COMMAND} -DPROGRAM1 -DPROGRAM2 … Is there a chance that PROGRAM1 and PROGRAM2 are