ENH: Add MemCheck to the list of Make targets. Closes Bug #1016 - Testing targets in Makefile
This commit is contained in:
parent
073db7c218
commit
11d89d36d7
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue