[kdelibs/frameworks] tier1/kdbusaddons: Repair the autotests run
Kevin Ottens
ervin at kde.org
Sun Jan 22 17:56:55 UTC 2012
Git commit e94e20f1bb6a278f8d79b4010c7f939bdfd1b23d by Kevin Ottens.
Committed on 22/01/2012 at 18:47.
Pushed by ervin into branch 'frameworks'.
Repair the autotests run
Not sure why we have to call enable_testing() explicitely now. Shouldn't
this call be by default in ECMQtFramework? I don't see why you would
want tests disabled for a developer build in the first place.
CCMAIL: kde-buildsystem at kde.org
M +1 -0 tier1/kdbusaddons/CMakeLists.txt
http://commits.kde.org/kdelibs/e94e20f1bb6a278f8d79b4010c7f939bdfd1b23d
diff --git a/tier1/kdbusaddons/CMakeLists.txt b/tier1/kdbusaddons/CMakeLists.txt
index d1d141d..b344f20 100644
--- a/tier1/kdbusaddons/CMakeLists.txt
+++ b/tier1/kdbusaddons/CMakeLists.txt
@@ -13,6 +13,7 @@ ecm_version(5 0 0)
# --
include(ECMQtFramework)
+enable_testing()
find_package(Qt4 REQUIRED QtCore QtDBus)
More information about the Kde-buildsystem
mailing list