ENH: add test for buildingn kdelibs alpha1 (http://websvn.kde.org/tags/KDE/3.90.1) with cmake

requires Qt >= 4.3.0, DBus, kdesupport (http://websvn.kde.org/trunk/kdesupport/)
and the EasyDashboard scripts.

Alex
This commit is contained in:
Alexander Neundorf 2007-06-14 13:55:23 -04:00
parent 21b5c7d2b4
commit 53e5cf3a38
1 changed files with 5 additions and 0 deletions

View File

@ -749,6 +749,11 @@ IF(BUILD_TESTING)
ENDIF(PREFIX_IS_FOR_TEST)
ENDIF(UNIX)
IF(CMAKE_TEST_KDELIBS_ALPHA_1_DIR)
ADD_TEST(KDELibsAlpha1 ${CMAKE_CTEST_COMMAND} -V -S ${CMAKE_TEST_KDELIBS_ALPHA_1_DIR}/../../EasyDashboardScripts/kdelibs.cmake )
ENDIF(CMAKE_TEST_KDELIBS_ALPHA_1_DIR)
ENDIF(BUILD_TESTING)
SUBDIRS(CMakeTests)