[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] korganizer: Move autotest to BUILD_TESTING area
From:       Montel Laurent <montel () kde ! org>
Date:       2015-05-31 21:20:54
Message-ID: E1YzAf8-0002Mc-NM () scm ! kde ! org
[Download RAW message or body]

Git commit c54124804ee2a197ebda05de95db3063a113768a by Montel Laurent.
Committed on 31/05/2015 at 21:20.
Pushed by mlaurent into branch 'master'.

Move autotest to BUILD_TESTING area

M  +3    -1    korganizer/CMakeLists.txt

http://commits.kde.org/kdepim/c54124804ee2a197ebda05de95db3063a113768a

diff --git a/korganizer/CMakeLists.txt b/korganizer/CMakeLists.txt
index 3637495..b8316a4 100644
--- a/korganizer/CMakeLists.txt
+++ b/korganizer/CMakeLists.txt
@@ -19,7 +19,9 @@ include_directories(
 )
 =

 add_subdirectory(tests)
-add_subdirectory(autotests)
+if (BUILD_TESTING)
+   add_subdirectory(autotests)
+endif()
 add_subdirectory(interfaces)
 if(KDEPIM_BUILD_DESKTOP)
   add_subdirectory(pixmaps)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic