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

View File

@ -244,7 +244,10 @@ IF(BUILD_TESTING)
# #
# add testing targets # 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 # for non IDE based builds nmake and make
# add all these extra targets # add all these extra targets