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

Proposed by Cris Dywan
Status: Merged
Approved by: Cris Dywan
Approved revision: 82
Merged at revision: 82
Proposed branch: lp:~kalikiana/u1db-qt/makecheck
Merge into: lp:u1db-qt
Diff against target: 20 lines (+1/-1)
2 files modified
CMakeLists.txt (+1/-0)
tests/CMakeLists.txt (+0/-1)
To merge this branch: bzr merge lp:~kalikiana/u1db-qt/makecheck
Reviewer Review Type Date Requested Status
Cris Dywan Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+160574@code.launchpad.net

Commit message

Move enable_testing back to toplevel, otherwise it quietly does nothing

Description of the change

Move enable_testing back to toplevel, otherwise it quietly does nothing

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Cris Dywan (kalikiana) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-04-23 10:39:54 +0000
+++ CMakeLists.txt 2013-04-24 09:10:36 +0000
@@ -19,6 +19,7 @@
19add_definitions(-DQT_NO_KEYWORDS)19add_definitions(-DQT_NO_KEYWORDS)
2020
21add_subdirectory(src)21add_subdirectory(src)
22enable_testing()
22add_subdirectory(tests)23add_subdirectory(tests)
23add_subdirectory(modules)24add_subdirectory(modules)
24add_subdirectory(examples)25add_subdirectory(examples)
2526
=== modified file 'tests/CMakeLists.txt'
--- tests/CMakeLists.txt 2013-04-23 11:16:30 +0000
+++ tests/CMakeLists.txt 2013-04-24 09:10:36 +0000
@@ -1,4 +1,3 @@
1enable_testing()
2add_custom_target(check COMMAND "env" "CTEST_OUTPUT_ON_FAILURE=1" "${CMAKE_CTEST_COMMAND}")1add_custom_target(check COMMAND "env" "CTEST_OUTPUT_ON_FAILURE=1" "${CMAKE_CTEST_COMMAND}")
32
4find_package(Qt5Test REQUIRED)3find_package(Qt5Test REQUIRED)

Subscribers

People subscribed via source and target branches

to all changes: