From: malaterre Date: Wed, 2 Feb 2005 18:39:04 +0000 (+0000) Subject: ENH: Long time I wanted to do that: rename Test into Testing. So that 'make test... X-Git-Tag: Version1.0.bp~99 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=48a289e399d73271b8518c04e8e3200b485a252d;p=gdcm.git ENH: Long time I wanted to do that: rename Test into Testing. So that 'make test' can also work on non case sensitive system like Mac and Win32. Everything was done on the server side so no history has been lost. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index af45c082..1493505a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,7 @@ IF(BUILD_TESTING) ENABLE_TESTING() INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) MARK_AS_ADVANCED(DART_ROOT) - SUBDIRS(Test) + SUBDIRS(Testing) ENDIF(BUILD_TESTING)