diff options
author | sb <sb@openoffice.org> | 2009-12-11 14:29:59 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-12-11 14:29:59 +0100 |
commit | 8efa42c387b62e668e70502928492ee4ef32d44e (patch) | |
tree | 1236597801873a7360f644487728a6265674fce2 /cppunit/prj/build.lst | |
parent | f66a3fe05330baac519241310d81e017cacb3e42 (diff) |
sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.
- Old modifications were necessary for testshl2, which has simply been excluded
from the build for now.
- Tests in basebmp, basegfx, o3tl (that are executed during build) have been
converted from using modified CppUnit/testshl2 to using unmodified CppUnit.
- CppUnit's DllPlugInTester has problems with OOo tests on Windows, see
#i107562#, so for now a new cppunittester from sal is used instead.
Diffstat (limited to 'cppunit/prj/build.lst')
-rw-r--r-- | cppunit/prj/build.lst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cppunit/prj/build.lst b/cppunit/prj/build.lst index a1cce90ce3d4..9bfcb57f9e89 100644 --- a/cppunit/prj/build.lst +++ b/cppunit/prj/build.lst @@ -1,3 +1,2 @@ -c5t cppunit : sal NULL -c5t cppunit usr1 - all c5t_mkout NULL -c5t cppunit nmake - all c5t_make NULL +c5t cppunit : stlport NULL +c5t cppunit nmake - all cppunit NULL |