summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r--Modules/Dart.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index 5dc4cab..c26590e 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -254,7 +254,8 @@ 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 Purify Coverage Submit)
+ FOREACH(testtype Start Update Configure Build Test Coverage Submit)
+ # missing purify
ADD_CUSTOM_TARGET(${mode}${testtype}
${CMAKE_CTEST_COMMAND} -D ${mode}${testtype})
ENDFOREACH(testtype)