ENH: Add MemCheck to the list of Make targets. Closes Bug #1016 - Testing targets in Makefile

This commit is contained in:
Andy Cedilnik 2004-07-29 17:07:16 -04:00
parent 073db7c218
commit 11d89d36d7
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ IF(BUILD_TESTING)
IF(${CMAKE_MAKE_PROGRAM} MATCHES make)
# Make targets for Experimental builds
FOREACH(mode Nightly Experimental Continuous)
FOREACH(testtype Start Update Configure Build Test Coverage Submit)
FOREACH(testtype Start Update Configure Build Test Coverage MemCheck Submit)
# missing purify
ADD_CUSTOM_TARGET(${mode}${testtype}
${CMAKE_CTEST_COMMAND} -D ${mode}${testtype})