From 0d8f4d2dccf502646251fc728e8f975fd6d56b6d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 30 Apr 2002 17:49:52 -0400 Subject: create tests without Dart --- CMakeLists.txt | 1 + Source/CMakeLists.txt | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3661d07..2361e63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 531f486..b078e2d 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -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) -- cgit v0.12