create tests without Dart

This commit is contained in:
Bill Hoffman 2002-04-30 17:49:52 -04:00
parent ffbdca2b84
commit 0d8f4d2dcc
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,7 @@
PROJECT(CMake)
SUBDIRS(Source Modules Templates Utilities)
ENABLE_TESTING()
# Include the standard Dart testing module
INCLUDE (${CMake_SOURCE_DIR}/Modules/Dart.cmake)

View File

@ -98,8 +98,6 @@ CONFIGURE_FILE(
ADD_EXECUTABLE(cmaketest cmaketest.cxx cmSystemTools.cxx)
IF(BUILD_TESTING)
IF (DART_ROOT)
ADD_TEST(DumpDocumentation ${CMake_BINARY_DIR}/Source/DumpDocumentation
${CMake_BINARY_DIR}/CMakeDoc.html)
@ -158,8 +156,6 @@ IF(BUILD_TESTING)
TestDriverTest
${CMake_BINARY_DIR}/Tests/Wrapping/bin
TestDriverTest subdir/test3)
ENDIF (DART_ROOT)
ENDIF(BUILD_TESTING)