diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-14 16:40:31 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-14 16:40:31 +0200 |
commit | 5588b80f74960ba3e6c2cad18532564cf558b443 (patch) | |
tree | dc502c04875115d21b9a101bcbd8e09c732e1a6d /test/prj | |
parent | 9f9fadd0bfb286cb8b385e1e90b2401837ee3106 (diff) |
undoapi: added tools (in test-tools.jar) for writing Java unit tests which operate on a live OOo
Diffstat (limited to 'test/prj')
-rw-r--r-- | test/prj/build.lst | 1 | ||||
-rw-r--r-- | test/prj/d.lst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/prj/build.lst b/test/prj/build.lst index 5ef6353a1dc3..7adea0c0727b 100644 --- a/test/prj/build.lst +++ b/test/prj/build.lst @@ -2,3 +2,4 @@ te test : BOOST:boost cppu cppuhelper CPPUNIT:cppunit javaunohelper offuh ridlja te test\inc nmake - all inc NULL te test\source\cpp nmake - all source_cpp inc NULL te test\source\java\org\openoffice\test nmake - all source_java NULL +te test\source\java\org\openoffice\test\tools nmake - all source_java_tools NULL diff --git a/test/prj/d.lst b/test/prj/d.lst index 48f9d8edba0c..54da2062a511 100644 --- a/test/prj/d.lst +++ b/test/prj/d.lst @@ -11,3 +11,4 @@ mkdir: %_DEST%\inc%_EXT%\test\detail ..\inc\test\toabsolutefileurl.hxx %_DEST%\inc%_EXT%\test\toabsolutefileurl.hxx ..\inc\test\uniquepipename.hxx %_DEST%\inc%_EXT%\test\uniquepipename.hxx ..\%__SRC%\class\test.jar %_DEST%\bin%_EXT%\test.jar +..\%__SRC%\class\test-tools.jar %_DEST%\bin%_EXT%\test-tools.jar |