Hello Michael

> Instead of checking the exit status, you could have CTest check the output 
> for success or failure. Have a look at SET_TESTS_PROPERTIES.

Unfortunately, that doesn't work in our case. We are running a testdriver for 
the result checking. There reason is: Our tests produce xml and XML cannot be 
compared like a string. It must be translated into canonical form before it can 
be compared. We wrote this part in C++. Therefore, we cannot do the comparison 
in CMake.

David
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to