Merge lp:~compiz-team/compiz/compiz.fix_1120009.1 into lp:compiz/0.9.9

Proposed by Sam Spilsbury
Status: Superseded
Proposed branch: lp:~compiz-team/compiz/compiz.fix_1120009.1
Merge into: lp:compiz/0.9.9
Diff against target: 33 lines (+3/-2)
2 files modified
debian/control (+1/-0)
tests/system/xorg-gtest/CMakeLists.txt (+2/-2)
To merge this branch: bzr merge lp:~compiz-team/compiz/compiz.fix_1120009.1
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
MC Return Approve
Compiz Maintainers Pending
Review via email: mp+147539@code.launchpad.net

This proposal supersedes a proposal from 2013-02-10.

This proposal has been superseded by a proposal from 2013-02-12.

Commit message

Enable xorg-gtest tests by default and build in CI

(LP: #1120009)

Description of the change

Enable xorg-gtest tests by default and build in CI

(LP: #1120009)

To post a comment you must log in.
Revision history for this message
MC Return (mc-return) wrote :

More useful tests can only be good.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2012-11-05 21:35:41 +0000
3+++ debian/control 2013-02-10 05:03:20 +0000
4@@ -54,6 +54,7 @@
5 python-pyrex,
6 gnome-control-center-dev,
7 gsettings-desktop-schemas-dev,
8+ libxorg-gtest-dev,
9 Standards-Version: 3.9.3
10 # If you aren't a member of ~compiz-team but need to upload packaging changes,
11 # just go ahead. ~compiz-team will notice and sync up the code again.
12
13=== modified file 'tests/system/xorg-gtest/CMakeLists.txt'
14--- tests/system/xorg-gtest/CMakeLists.txt 2012-11-28 14:33:20 +0000
15+++ tests/system/xorg-gtest/CMakeLists.txt 2013-02-10 05:03:20 +0000
16@@ -2,7 +2,7 @@
17
18 pkg_check_modules (XORG_SERVER xorg-gtest xorg-server x11)
19
20-option (BUILD_XORG_GTEST "Build Xorg GTest integration tests" OFF)
21+option (BUILD_XORG_GTEST "Build Xorg GTest integration tests" ON)
22
23 if (XORG_SERVER_FOUND AND BUILD_XORG_GTEST)
24
25@@ -27,7 +27,7 @@
26
27 else (XORG_SERVER_FOUND AND BUILD_XORG_GTEST)
28
29- message (WARNING "Could not found xorg-gtest, not building system tests")
30+ message (WARNING "Not building xorg-gtest tests")
31 set (BUILD_XORG_GTEST OFF)
32
33 endif (XORG_SERVER_FOUND AND BUILD_XORG_GTEST)

Subscribers

People subscribed via source and target branches