summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-08-06 14:31:46 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-08-06 14:31:46 +0000
commitbdec1c2cc5876bab2278bfc16858844bb70901af (patch)
tree2c70cc5489229a245f6d4c279e3d5c8aee4bc60a /build.xml
parentImprove comment in pen-context.cpp (diff)
downloadinkscape-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.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index c8a65cab3..4a8bb0933 100644
--- a/build.xml
+++ b/build.xml
@@ -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"