diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-11-03 21:23:43 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-11-03 21:23:43 (GMT) |
commit | b1606e6bded0622ff182b2af01f404d9c504e4b5 (patch) | |
tree | c7bce549ad82a67ace6609e9d84dd1f16205fb64 /Modules/CTest.cmake | |
parent | a1f1e501434560d092fc897825e213273e448648 (diff) | |
download | CMake-b1606e6bded0622ff182b2af01f404d9c504e4b5.zip CMake-b1606e6bded0622ff182b2af01f404d9c504e4b5.tar.gz CMake-b1606e6bded0622ff182b2af01f404d9c504e4b5.tar.bz2 |
STYLE: mention cdash (not only dart)
Alex
Diffstat (limited to 'Modules/CTest.cmake')
-rw-r--r-- | Modules/CTest.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake index 10d6ff5..952e18e 100644 --- a/Modules/CTest.cmake +++ b/Modules/CTest.cmake @@ -1,5 +1,5 @@ -# - Configure a project for testing with CTest/Dart -# This file configures a project to use the CTest/Dart +# - Configure a project for testing with CTest/CDash +# This file configures a project to use the CTest/CDash/Dart # testing/dashboard process. This module should be included # in the CMakeLists.txt file at the top of a project. Typical usage: # INCLUDE(CTest) |