<br><font size=2 face="sans-serif">Hi</font>
<br>
<br><font size=2 face="sans-serif">How can i turn CTest to Verbose mode
through CMakeLists.txt code?</font>
<br>
<br><font size=2 face="sans-serif">I'd like to run code analysis with cppcheck
through CTest. However, the interesting output of cppcheck is not visible.</font>
<br>
<br><font size=2 face="sans-serif">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.</font>
<br>
<br><font size=2 face="sans-serif">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?</font>
<br>
<br><font size=2 face="sans-serif">It would be grand to be able to click
on error items and be taken to the correct file and row immediately.</font>
<br>
<br><font size=2 face="sans-serif">-mika</font>
<br>