Merge lp://staging/~jpakkane/frame/cxxbuildtest into lp://staging/frame
Proposed by
Jussi Pakkanen
Status: | Merged |
---|---|
Merged at revision: | 70 |
Proposed branch: | lp://staging/~jpakkane/frame/cxxbuildtest |
Merge into: | lp://staging/frame |
Diff against target: |
60 lines (+32/-1) 3 files modified
test/Makefile.am (+10/-1) test/check-c-compile.c (+11/-0) test/check-cxx-compile.cpp (+11/-0) |
To merge this branch: | bzr merge lp://staging/~jpakkane/frame/cxxbuildtest |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stephen M. Webb (community) | Approve | ||
Review via email: mp+95907@code.staging.launchpad.net |
Description of the change
Build a test application with a C++ compiler to check that symbol mangling works.
To post a comment you must log in.
Nice.