summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortheAdib <theAdib@users.sourceforge.net>2007-01-11 23:22:37 +0000
committertheAdib <theAdib@users.sourceforge.net>2007-01-11 23:22:37 +0000
commit3929ff9a77c8096ab4b1799d68196e294aa7137b (patch)
tree4b2bb2f8cde74fef3cd7521ea40fcdbb1c0f9064
parentFix 1633473 (Crash on "Convert to Text") (diff)
downloadinkscape-3929ff9a77c8096ab4b1799d68196e294aa7137b.tar.gz
inkscape-3929ff9a77c8096ab4b1799d68196e294aa7137b.zip
compile fixes for the release system, excluded test files
(bzr r2187)
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index dcec565e1..b3e06e772 100644
--- a/build.xml
+++ b/build.xml
@@ -97,6 +97,7 @@
<exclude name="ast/.*"/>
<exclude name="bonobo/.*"/>
<exclude name="deptool.cpp"/>
+ <exclude name="test-all.cpp"/>
<exclude name="dialogs/filedialog-win32.cpp"/>
<exclude name="display/testnr.cpp"/>
<exclude name="display/bezier-utils-test.cpp"/>
@@ -112,6 +113,9 @@
<exclude name="extract-uri-test.cpp"/>
<exclude name="helper/units-test.cpp"/>
<!-- exclude name="inkview.cpp"/-->
+ <exclude name="libnr/test-nr.cpp"/>
+ <exclude name="libnr/test-nr-main.cpp"/>
+ <exclude name="libnr/testnr.cpp"/>
<exclude name="libnr/in-svg-plane-test.cpp"/>
<exclude name="libnr/nr-compose-reference.cpp"/>
<exclude name="libnr/nr-compose-test.cpp"/>
@@ -128,10 +132,14 @@
<exclude name="round-test.cpp"/>
<exclude name="sp-gradient-test.cpp"/>
<exclude name="svg/ftos.cpp"/>
+ <exclude name="svg/test-svg.cpp"/>
+ <exclude name="svg/test-svg-main.cpp"/>
<exclude name="utest/.*"/>
<exclude name="widgets/test-widgets.cpp"/>
<exclude name="xml/quote-test.cpp"/>
<exclude name="xml/repr-action-test.cpp"/>
+ <exclude name="xml/test-xml.cpp"/>
+ <exclude name="xml/test-xml-main.cpp"/>
<exclude name="io/streamtest.cpp"/>
<!--JABBER-->
<exclude name="pedro/pedrogui.cpp"/>