Merge lp:~mordred/gearmand/add-gtest into lp:gearmand/1.0
Proposed by
Monty Taylor
on 2010-06-29
Status: | Superseded |
---|---|
Proposed branch: | lp:~mordred/gearmand/add-gtest |
Merge into: | lp:gearmand/1.0 |
Diff against target: |
94 lines (+28/-2) 5 files modified
.bzrignore (+1/-0) Makefile.am (+4/-0) configure.ac (+1/-1) tests/include.am (+1/-1) unittests/main.cc (+21/-0) |
To merge this branch: | bzr merge lp:~mordred/gearmand/add-gtest |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Aker | 2010-06-29 | Pending | |
Review via email:
|
This proposal has been superseded by a proposal from 2010-06-30.
Description of the change
adds gtest support
To post a comment you must log in.
lp:~mordred/gearmand/add-gtest
updated
on 2010-06-30
- 354. By Monty Taylor on 2010-06-30
-
Moved unittests to unittests/.
Added unit target.
Removed -Werror from unittests. - 355. By Monty Taylor on 2010-06-30
-
Added include.am. Doh.