diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-09-28 13:48:34 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-09-28 15:09:47 +0100 |
commit | 950090c5d5be46d40a5f09e8e8295e36215d1dd8 (patch) | |
tree | afa74d1e612eda85e041c88461d79a0ec577c7f4 /test/prj | |
parent | 3ff029819c578ef942ae9c7b03308f54204aabed (diff) |
add new bootstrapfixture to share and simplify unit test code
Diffstat (limited to 'test/prj')
-rw-r--r-- | test/prj/build.lst | 2 | ||||
-rw-r--r-- | test/prj/d.lst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/prj/build.lst b/test/prj/build.lst index b223c324edef..655170facea6 100644 --- a/test/prj/build.lst +++ b/test/prj/build.lst @@ -1,4 +1,4 @@ -te test : BOOST:boost cppu cppuhelper CPPUNIT:cppunit javaunohelper offapi ridljar sal solenv stlport unoil qadevOOo NULL +te test : BOOST:boost cppu cppuhelper CPPUNIT:cppunit javaunohelper offapi ridljar sal solenv stlport unoil qadevOOo vcl NULL te test\inc nmake - all inc NULL te test\source\cpp nmake - all source_cpp inc NULL te test\source\cpp\unoexceptionprotector nmake - all source_cpp_unoexceptionprotector inc NULL diff --git a/test/prj/d.lst b/test/prj/d.lst index 24ec21cc4dea..bf4af6d239d7 100644 --- a/test/prj/d.lst +++ b/test/prj/d.lst @@ -11,6 +11,7 @@ mkdir: %_DEST%\inc\test\detail ..\inc\test\detail\testdllapi.hxx %_DEST%\inc\test\detail\testdllapi.hxx ..\inc\test\gettestargument.hxx %_DEST%\inc\test\gettestargument.hxx ..\inc\test\officeconnection.hxx %_DEST%\inc\test\officeconnection.hxx +..\inc\test\bootstrapfixture.hxx %_DEST%\inc\test\bootstrapfixture.hxx ..\inc\test\oustringostreaminserter.hxx %_DEST%\inc\test\oustringostreaminserter.hxx ..\inc\test\toabsolutefileurl.hxx %_DEST%\inc\test\toabsolutefileurl.hxx ..\inc\test\uniquepipename.hxx %_DEST%\inc\test\uniquepipename.hxx |