From kde-commits Thu Jun 18 19:27:35 2009 From: Andreas Hartmetz Date: Thu, 18 Jun 2009 19:27:35 +0000 To: kde-commits Subject: KDE/kdepim/akonadi/resources/mbox/libmbox Message-Id: <1245353255.921478.31372.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124535390412563 SVN commit 983679 by ahartmetz: The tests don't build, at least here. A certain test-entries.h seems to be missing. Disable tests for now. CCMAIL: b.broeksema@home.nl M +1 -1 CMakeLists.txt --- trunk/KDE/kdepim/akonadi/resources/mbox/libmbox/CMakeLists.txt #983678:983679 @@ -1,6 +1,6 @@ set(mbox_LIB_SRCS mbox.cpp) -add_subdirectory(tests) +# add_subdirectory(tests) kde4_add_library(mbox SHARED ${mbox_LIB_SRCS})