[CMake] Catch result after test

2011-10-12 Thread mohamed sahraoui
Hi, How can I catch test result before writed in LastTest.log? In which file is ordered the creation of files? - LastTest.log, - LastTestsFailed.log, - CTestCostData.txt located in build/Testing/Temporary. Best regards, Mohamed. -- Powered

[CMake] CTest print output value

2011-10-10 Thread mohamed sahraoui
Hi , I would like to generate a txt report including various informations produced by each test execution. my ideas was in a second step to post this cover test onto a cdash portal. My CMakeLists.txt produce a well formed CTestTestfile.cmake file with the following a classical structure