diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 08:30:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 08:30:33 +0000 |
commit | 6fc1c088c12e7e73dd96287f83b84992109031af (patch) | |
tree | ec71eddb6169af12b2505cd0756fa276dd42c21e /testshl2/prj | |
parent | c20313e0001b3061bf2b5711aea2300ffffde7c4 (diff) |
INTEGRATION: CWS ause093 (1.6.64); FILE MERGED
2008/05/07 11:17:10 lla 1.6.64.1: #i88845# add selftest
Diffstat (limited to 'testshl2/prj')
-rw-r--r-- | testshl2/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testshl2/prj/d.lst b/testshl2/prj/d.lst index e8f1f7954415..a4bfb44f7840 100644 --- a/testshl2/prj/d.lst +++ b/testshl2/prj/d.lst @@ -34,3 +34,9 @@ mkdir: %_DEST%\inc%_EXT%\testshl ..\%__SRC%\lib\cppunit.lib %_DEST%\lib%_EXT%\cppunit.lib ..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a +# The follows is a testshl2 selftest library, which must be delivered for tests. +# But per default this library doesn't exists. +# For more information see workben/selftest +..\%__SRC%\bin\delivertest.dll %_DEST%\bin%_EXT%\testshl2_deliver_test.dll +..\%__SRC%\lib\libdelivertest.so %_DEST%\lib%_EXT%\libtestshl2_deliver_test.so +..\%__SRC%\lib\libdelivertest.dylib %_DEST%\lib%_EXT%\libtestshl2_deliver_test.dylib |