diff options
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> <!-- |
