From: Maxime Date: Tue, 10 May 2011 08:43:26 +0000 (+0200) Subject: adding subdirectory for the tests X-Git-Tag: v1.2.1~32 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e7d09558fdedfb7fba8b5fe40d9ab5b7ff5b7684;p=clitk.git adding subdirectory for the tests --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a29891d..897fd2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,9 @@ INCLUDE(cmake/common.cmake) #Support for the CTest dashboard testing system OPTION(BUILD_TESTING "Build the testing tree" OFF) IF (BUILD_TESTING) + OPTION(CLITK_BUILD_TESTING "Test ITK" ON) INCLUDE(CTest) + ADD_SUBDIRECTORY(tests) ENDIF(BUILD_TESTING) #=========================================================