diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-23 18:29:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-02 15:33:13 +0100 |
commit | a768436252d6c2b5c86f26b0bcc18f143325767c (patch) | |
tree | 448257b1444efceea5b8fab0decc4d891c117d02 /cppuhelper | |
parent | b222aa8fff63c803781703e72366ca203f3e6a76 (diff) |
CppunitTest_cppuhelper_qa_weak depends on module bridges
...through a call to cppu::getCaughtException.
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/Module_cppuhelper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/Module_cppuhelper.mk b/cppuhelper/Module_cppuhelper.mk index f2472d5cfd73..e547e0be4070 100644 --- a/cppuhelper/Module_cppuhelper.mk +++ b/cppuhelper/Module_cppuhelper.mk @@ -38,8 +38,8 @@ $(eval $(call gb_Module_add_targets,cppuhelper,\ $(eval $(call gb_Module_add_check_targets,cppuhelper,\ CppunitTest_cppuhelper_cppu_ifcontainer \ CppunitTest_cppuhelper_cppu_unourl \ - CppunitTest_cppuhelper_qa_weak \ )) +# CppunitTest_cppuhelper_qa_weak depends on module bridges # TODO ? (I don't think OOO_SUBSEQUENT_TESTS != "" can be true.. # someone would have to do it on command line) |