Hi

How can i turn CTest to Verbose mode through CMakeLists.txt code?

I'd like to run code analysis with cppcheck through CTest. However, the 
interesting output of cppcheck is not visible.

I tried the add_custom_command thing and i got the output to the console 
of the IDE, but i think that running a test and having it fail on errors 
would be better.

Is there a way to tell the IDE, VS 2005 in my case, to display errors on 
the "error list" (in VS) based on CTest output?

It would be grand to be able to click on error items and be taken to the 
correct file and row immediately.

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