diff options
| author | Jasper van de Gronde <jasper.vandegronde@gmail.com> | 2008-08-06 14:31:46 +0000 |
|---|---|---|
| committer | jaspervdg <jaspervdg@users.sourceforge.net> | 2008-08-06 14:31:46 +0000 |
| commit | bdec1c2cc5876bab2278bfc16858844bb70901af (patch) | |
| tree | 2c70cc5489229a245f6d4c279e3d5c8aee4bc60a /build.xml | |
| parent | Improve comment in pen-context.cpp (diff) | |
| download | inkscape-bdec1c2cc5876bab2278bfc16858844bb70901af.tar.gz inkscape-bdec1c2cc5876bab2278bfc16858844bb70901af.zip | |
2Geom version of the path tests + some additional small changes.
(bzr r6578)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -52,7 +52,7 @@ <!-- --> <property name="arch" value="mingw32-"/> <property name="archutil" value=""/> - <property name="devlibs" location="c:/devlibs"/> + <property name="devlibs" location="${env.DEVLIBS_PATH}"/> <property name="cxxtest" location="cxxtest"/> <!-- --> @@ -250,7 +250,8 @@ <include name="svg-affine-test.h"/> <include name="svg-color-test.h"/> <include name="svg-length-test.h"/> - <include name="svg-path-test.h"/> + <include name="svg-path-geom-test.h"/> + <include name="svg-path-nr-test.h"/> </fileset> </cxxtestpart> <cxxtestpart command="python ${cxxtest}/cxxtestgen.py --have-eh" |
