ENH: add all targets for dashboard build types

This commit is contained in:
Bill Hoffman 2003-06-03 14:45:16 -04:00
parent 3a4d2e248e
commit 12d99416c1
1 changed files with 5 additions and 2 deletions

View File

@ -244,8 +244,11 @@ IF(BUILD_TESTING)
#
# add testing targets
ADD_CUSTOM_TARGET(Experimental ${CMAKE_CTEST_COMMAND} -D Experimental)
FOREACH(mode Experimental Nightly Continuous NightlyMemoryCheck)
ADD_CUSTOM_TARGET(${mode} ${CMAKE_CTEST_COMMAND} -D ${mode})
ENDFOREACH(mode)
# for non IDE based builds nmake and make
# add all these extra targets
IF(${CMAKE_MAKE_PROGRAM} MATCHES make)