diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-30 21:49:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-30 21:49:52 (GMT) |
commit | 0d8f4d2dccf502646251fc728e8f975fd6d56b6d (patch) | |
tree | 40102a6c7d9dc828bd49a40b9f2e40e7e02c6afd /CMakeLists.txt | |
parent | ffbdca2b84b06ea93888781f9a5cc201f6c9ddfd (diff) | |
download | CMake-0d8f4d2dccf502646251fc728e8f975fd6d56b6d.zip CMake-0d8f4d2dccf502646251fc728e8f975fd6d56b6d.tar.gz CMake-0d8f4d2dccf502646251fc728e8f975fd6d56b6d.tar.bz2 |
create tests without Dart
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 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) |