← Back to team overview

uonedb-qt team mailing list archive

[Merge] lp:~kalikiana/u1db-qt/makecheck into lp:u1db-qt

 

Christian Dywan has proposed merging lp:~kalikiana/u1db-qt/makecheck into lp:u1db-qt.

Commit message:
Move enable_testing back to toplevel, otherwise it quietly does nothing

Requested reviews:
  U1DB Qt developers (uonedb-qt)

For more details, see:
https://code.launchpad.net/~kalikiana/u1db-qt/makecheck/+merge/160574

Move enable_testing back to toplevel, otherwise it quietly does nothing
-- 
https://code.launchpad.net/~kalikiana/u1db-qt/makecheck/+merge/160574
Your team U1DB Qt developers is requested to review the proposed merge of lp:~kalikiana/u1db-qt/makecheck into lp:u1db-qt.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2013-04-23 10:39:54 +0000
+++ CMakeLists.txt	2013-04-24 09:04:39 +0000
@@ -19,6 +19,7 @@
 add_definitions(-DQT_NO_KEYWORDS)
 
 add_subdirectory(src)
+enable_testing()
 add_subdirectory(tests)
 add_subdirectory(modules)
 add_subdirectory(examples)

=== modified file 'tests/CMakeLists.txt'
--- tests/CMakeLists.txt	2013-04-23 11:16:30 +0000
+++ tests/CMakeLists.txt	2013-04-24 09:04:39 +0000
@@ -1,4 +1,3 @@
-enable_testing()
 add_custom_target(check COMMAND "env" "CTEST_OUTPUT_ON_FAILURE=1" "${CMAKE_CTEST_COMMAND}")
 
 find_package(Qt5Test REQUIRED)


Follow ups