diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-11-19 20:51:46 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-11-19 20:51:46 +0000 |
| commit | 4eb2ff6fe5e7138f5b1f52ddca47d828b9379950 (patch) | |
| tree | 493a58995d5157500f799c2750e87020eb739f85 | |
| parent | units: remove a remnant from old code. There should be only one UnitTable ins... (diff) | |
| download | inkscape-4eb2ff6fe5e7138f5b1f52ddca47d828b9379950.tar.gz inkscape-4eb2ff6fe5e7138f5b1f52ddca47d828b9379950.zip | |
Win64: complimentary to rev13689, fix cxxtests on 64bit windows
(bzr r13738)
| -rw-r--r-- | build-x64.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-x64.xml b/build-x64.xml index fd85735aa..64c975691 100644 --- a/build-x64.xml +++ b/build-x64.xml @@ -883,7 +883,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> <!-- |
