Merge lp://qastaging/~compiz-team/compiz/compiz.fix_1120009.3 into lp://qastaging/compiz/0.9.9
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Sam Spilsbury | ||||
Approved revision: | 3573 | ||||
Merged at revision: | 3612 | ||||
Proposed branch: | lp://qastaging/~compiz-team/compiz/compiz.fix_1120009.3 | ||||
Merge into: | lp://qastaging/compiz/0.9.9 | ||||
Diff against target: |
1009 lines (+531/-151) 20 files modified
CMakeLists.txt (+38/-38) cmake/CompizCommon.cmake (+18/-1) cmake/FindGoogleTest.cmake (+46/-0) cmake/FindXorgGTest.cmake (+43/-0) cmake/GoogleTest.cmake (+20/-0) cmake/XorgGTest.cmake (+14/-0) cmake/src/compiz/CMakeLists.txt (+4/-0) cmake/src/compiz/compiz_discover_gtest_tests.cpp (+36/-9) debian/changelog (+30/-0) debian/control (+3/-0) debian/patches/ccp_plugin.patch (+49/-5) debian/patches/ubuntu-config.patch (+24/-0) debian/rules (+4/-4) tests/system/xorg-gtest/CMakeLists.txt (+3/-31) tests/system/xorg-gtest/tests/CMakeLists.txt (+4/-4) tests/system/xorg-gtest/tests/compiz_xorg_gtest_icccm.cpp (+0/-7) tests/xorg-gtest/CMakeLists.txt (+52/-0) tests/xorg-gtest/src/CMakeLists.txt (+2/-51) tests/xorg-gtest/src/compiz-xorg-gtest.cpp (+48/-1) tests/xorg-gtest/src/xorg_gtest_wrapper.cpp (+93/-0) |
||||
To merge this branch: | bzr merge lp://qastaging/~compiz-team/compiz/compiz.fix_1120009.3 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sam Spilsbury | Approve | ||
PS Jenkins bot (community) | continuous-integration | Needs Fixing | |
Andrea Azzarone | Approve | ||
Brandon Schaefer | Pending | ||
MC Return | Pending | ||
Review via email: mp+148839@code.qastaging.launchpad.net |
This proposal supersedes a proposal from 2013-02-15.
Commit message
Enable xorg-gtest tests by default and build in CI.
This change also refactors a number of parts of the code to find and build the tests. It puts the logic to find Google Test and Xorg GTest in their own cmake files, and also splits the find logic with the build logic. Finally, it makes the xorg-gtest variables available to all subdirectories and not just the ones under tests/.
This change also refreshes some distro patches. A new option was added to not auto-load the ccp plugin, and also modifies one of the tests depending on a modified setting value.
(LP: #1120009)
Description of the change
Enable xorg-gtest tests by default and build in CI.
This change also refactors a number of parts of the code to find and build the tests. It puts the logic to find Google Test and Xorg GTest in their own cmake files, and also splits the find logic with the build logic. Finally, it makes the xorg-gtest variables available to all subdirectories and not just the ones under tests/
This change also refreshes some distro patches. A new option was added to not auto-load the ccp plugin, and also modifies one of the tests depending on a modified setting value.
(LP: #1120009)
More useful tests can only be good.