diff options
author | Wilhelm Pflueger <Wilhelm.Pflueger@web.de> | 2011-03-11 14:47:06 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-03-15 08:52:39 +0100 |
commit | cfc40be4b620b33e10de94aa2963f2b3b9b30e73 (patch) | |
tree | 50e72cc35917da90733e7fdeaa11afc0576b2b07 /cppuhelper/prj | |
parent | d559b0c5ace3c0c5125a67acc844b3d16d5ca991 (diff) |
EasyHacks: Reanimated tests in ure/cppuhelper/qa.
I had to deactivate the test 'test_weak.cxx' in prj/build.lst.
This test failed with 'error 139' - this is typically a segfault
during test execution, oops.
Diffstat (limited to 'cppuhelper/prj')
-rw-r--r-- | cppuhelper/prj/build.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/prj/build.lst b/cppuhelper/prj/build.lst index de66b2d61..784814aaa 100644 --- a/cppuhelper/prj/build.lst +++ b/cppuhelper/prj/build.lst @@ -4,3 +4,5 @@ ch cppuhelper\inc nmake - all ch_include NULL ch cppuhelper\source nmake - all ch_source ch_unotypes ch_include NULL ch cppuhelper\unotypes nmake - all ch_unotypes NULL ch cppuhelper\qa\propertysetmixin nmake - all ch_qa_propertysetmixin ch_source NULL +ch cppuhelper\qa\ifcontainer nmake - all ch_qa_ifcontainer NULL +ch cppuhelper\qa\unourl nmake - all ch_qa_unourl NULL |