summaryrefslogtreecommitdiffstats
path: root/sal/prj
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-21 19:51:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-21 21:09:06 +0000
commit3bf613231612f25e8f72d20b916269e910b417f2 (patch)
treeeaafc6dd9a9a8567eecdc2a3a085669fd57899d5 /sal/prj
parentdisable copy/write unittest as it makes assumptions on the build-environment (diff)
downloadcore-3bf613231612f25e8f72d20b916269e910b417f2.tar.gz
core-3bf613231612f25e8f72d20b916269e910b417f2.zip
deliver cppunittester into a different dir than the stock solver/bin
This means that under windows the dlls found in PATH will be found, in the order set by PATH, and not any dlls that happen be side-by-side with it, which compromises the test local .dlls before deliver concept.
Diffstat (limited to 'sal/prj')
-rw-r--r--sal/prj/d.lst5
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/prj/d.lst b/sal/prj/d.lst
index 3639f86f919d..ca55d3876fd5 100644
--- a/sal/prj/d.lst
+++ b/sal/prj/d.lst
@@ -3,6 +3,7 @@ mkdir: %_DEST%\inc%_EXT%\osl
mkdir: %_DEST%\inc%_EXT%\rtl
mkdir: %_DEST%\inc%_EXT%\systools
mkdir: %_DEST%\inc%_EXT%\systools\win32
+mkdir: %_DEST%\bin%_EXT%\cppunit
..\%__SRC%\inc\rtlbootstrap.mk %_DEST%\inc%_EXT%\rtlbootstrap.mk
..\inc\sal\*.h %_DEST%\inc%_EXT%\sal\*.h
@@ -31,5 +32,5 @@ symlink: %_DEST%\lib%_EXT%\libuno_sal.dylib.3 %_DEST%\lib%_EXT%\libuno_sal.dylib
..\%__SRC%\inc\udkversion.h %_DEST%\inc%_EXT%\sal\udkversion.h
-..\%__SRC%\bin\cppunittester %_DEST%\bin%_EXT%\cppunittester
-..\%__SRC%\bin\cppunittester.exe %_DEST%\bin%_EXT%\cppunittester.exe
+..\%__SRC%\bin\cppunittester %_DEST%\bin%_EXT%\cppunit\cppunittester
+..\%__SRC%\bin\cppunittester.exe %_DEST%\bin%_EXT%\cppunit\cppunittester.exe