┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorChristophe Giboudeaux <[email protected]>2014-06-29 02:07:41 +0200
committerChristophe Giboudeaux <[email protected]>2014-06-29 02:07:41 +0200
commitae1960be454eadf2f6b2897824364cc22338a880 (patch)
tree20eae0a5dd517af7ae7f1e7abe4eb5224f2102e1 /src/CMakeLists.txt
parent37492b227544bab6c2958c8be84a750d547890ac (diff)
Reenable tests.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b46182cd4..f3a8bc025 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -13,9 +13,6 @@ endif()
configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h)
-# TODO Reenable
-#add_subdirectory(tests)
-
########### next target ###############
set(dolphinprivate_LIB_SRCS
@@ -340,3 +337,5 @@ install( FILES settings/kcm/kcmdolphingeneral.desktop DESTINATION ${SERVICES_INS
install( FILES settings/services/servicemenu.knsrc DESTINATION ${CONFIG_INSTALL_DIR} )
install( PROGRAMS settings/services/servicemenuinstallation DESTINATION ${BIN_INSTALL_DIR} )
install( PROGRAMS settings/services/servicemenudeinstallation DESTINATION ${BIN_INSTALL_DIR} )
+
+add_subdirectory(tests)