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 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3661d07344..2361e630cc 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) -- cgit v1.2.1