...on a similar note to the recent post regarding "CMake and profiling...", is there any support (current or planned) for leak testing of test suites? What I would like to do is have a bunch of tests that are run (possibly twice; once normally, and once) under valgrind or another leak checker. Such a test fails if there is any non-freed memory in use when the application exits. This would help to catch memory management bugs.

--
Matthew
Caution: keep out of reach of adults.

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to