Hello,

I've been trying to add purify to our nightly ctest script. I would also like the results of Purify to be posted to our CDash installation.
From what I can gather you need add the following lines to include
memorychecking into your ctest script.

set(CTEST_MEMORYCHECK_COMMAND "C:/Program\ Files/IBM/RationalPurifyPlus/PurifyPlus/Purify.exe")
ctest_memcheck()

When I run the nightly script I get this error.

"Memory checker (MemoryCheckCommand) not set, or cannot find the specified program."

I know the path is correct, so is CTEST_MEMORYCHECK_COMMAND the incorrect variable to set, or is there something else behind the error?

Thank you for your time,
-Jason Gochanour
_______________________________________________
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