Browse Source

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

Andy Cedilnik 21 years ago
parent
commit
11d89d36d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Dart.cmake

+ 1 - 1
Modules/Dart.cmake

@@ -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})