2Geom automated testing + doxygen

Hi all, I've set up 2Geom automated builds, testing, and doxygen on Inkscape's Jenkins server.
http://jenkins.inkscape.org:8080/
What I find pretty cool is that we now also have a trunk up-to-date version of our documentation: http://jenkins.inkscape.org:8080/job/2Geom_trunk_doxygen/doxygen/index.html
This should make us more aware of the fact that we actually have a number of tests failing........!!!
cheers, Johan

At the moment, all our tests (both working and broken) are lumped into one "known failure" target. AFAIK, the broken tests are:
svg-affine-test.h svg-path-geom-test.h curve-test.h
Yes, we should remove the XFAIL_TESTS line from src/Makefile.am... but we'd also need to do one of the following:
1. Fix all the broken tests, listed above 2. Just remove them from the CXXTEST_TESTSUITES macro in src/Makefile_insert and delete them from the repo. 3. Create a separate "cxxtests_failures" target for these tests in src/Makefile.am, and put that into the XFAIL_TESTS rule, rather than the entire check_PROGRAMS list.
AV
On 16 November 2014 22:48, Liam White <inkscapebrony@...400...> wrote:
participants (3)
-
Alex Valavanis
-
Johan Engelen
-
Liam White