Drop internal copy of cxxtest
Bug #1094771 reported by
Alex Valavanis
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Inkscape |
Fix Released
|
Low
|
Unassigned | ||
| Inkscape Devlibs |
Won't Fix
|
Low
|
Unassigned | ||
Bug Description
lp:inkscape, r12000
At the moment we ship an internal copy of cxxtest 3.10.1 in trunk. A quick check, shows that cxxtest is available in Ubuntu Quantal/Raring [1] and in Fedora [2].
For the sake of maintainability, we should consider getting rid of our internal copy of cxxcheck when its adoption is more widespread in distros.
[1] https:/
[2] http://
Related branches
| description: | updated |
| Changed in inkscape: | |
| importance: | Undecided → Low |
| tags: | added: build |
| Changed in inkscape: | |
| status: | New → Triaged |
| Changed in inkscape-devlibs: | |
| assignee: | jazzynico (jazzynico) → nobody |
| Changed in inkscape: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Adding a patch (against r12000) to drop use of internal cxxtest.
With the Ubuntu cxxtest package installed, I am able to run "make check". The test suite is generated successfully, although a number of new non-fatal compiler warnings are thrown.