Merge lp://staging/~chasedouglas/xorg-gtest/fixes into lp://staging/~oif-team/xorg-gtest/trunk
Proposed by
Chase Douglas
Status: | Merged |
---|---|
Merged at revision: | 8 |
Proposed branch: | lp://staging/~chasedouglas/xorg-gtest/fixes |
Merge into: | lp://staging/~oif-team/xorg-gtest/trunk |
Diff against target: |
269 lines (+59/-47) 10 files modified
Makefile.am (+8/-1) configure.ac (+1/-2) doc/Makefile.am (+6/-6) examples/Makefile.am (+5/-1) include/xorg/gtest/environment.h (+6/-4) include/xorg/gtest/process.h (+23/-21) include/xorg/gtest/test.h (+5/-6) m4/gtest.m4 (+3/-4) src/environment.cpp (+1/-1) src/process.cpp (+1/-1) |
To merge this branch: | bzr merge lp://staging/~chasedouglas/xorg-gtest/fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Voß (community) | Approve | ||
Review via email: mp+85732@code.staging.launchpad.net |
Description of the change
Various fixes
To post a comment you must log in.
I like the changes, especially making SetUp and TearDown protected.
Looks good to me.