summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6f3324752..dd3bf0942 100644
--- a/build.xml
+++ b/build.xml
@@ -836,7 +836,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>
<!--