summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6f3324752..7da46b7c9 100644
--- a/build.xml
+++ b/build.xml
@@ -237,6 +237,7 @@
<include name="extract-uri-test.h"/>
<include name="marker-test.h"/>
<include name="mod360-test.h"/>
+ <include name="object-test.h"/>
<include name="preferences-test.h"/>
<include name="round-test.h"/>
<include name="sp-gradient-test.h"/>
@@ -836,7 +837,8 @@
-->
<target name="check" depends="linkcxxtests,distbase"
description="perform unit tests">
- <cxxtestrun command="${build}/cxxtests" workingdir="${dist}" />
+ <copy todir="${dist}" file="${build}/cxxtests.exe"/>
+ <cxxtestrun command="${dist}/cxxtests" workingdir="${dist}" />
</target>
<!--