diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-29 15:24:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-29 15:25:08 +0200 |
commit | e0c4a8cd4037377360492ff8e01d0ea8b3efb13e (patch) | |
tree | d60bb2cbe39d3675e9e1d698c56a3e8fc8cfa803 /dbaccess/CppunitTest_dbaccess_macros_test.mk | |
parent | 706f1b715c954b890a0c2515834c70a819cfa18d (diff) |
Avoid undef null-ptr deref of missing "ofa" ResMgr in CppunitTests
Change-Id: Ia0f0282c4418288adf14997234ef393f44fbdabf
Diffstat (limited to 'dbaccess/CppunitTest_dbaccess_macros_test.mk')
-rw-r--r-- | dbaccess/CppunitTest_dbaccess_macros_test.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_macros_test.mk b/dbaccess/CppunitTest_dbaccess_macros_test.mk index e0b81c8a06ab..9b2166faffad 100644 --- a/dbaccess/CppunitTest_dbaccess_macros_test.mk +++ b/dbaccess/CppunitTest_dbaccess_macros_test.mk @@ -106,4 +106,7 @@ $(eval $(call gb_CppunitTest_use_filter_configuration,dbaccess_macros_test)) $(eval $(call gb_CppunitTest_use_unittest_configuration,dbaccess_macros_test)) +$(call gb_CppunitTest_get_target,dbaccess_macros_test): \ + $(call gb_AllLangResTarget_get_target,ofa) + # vim: set noet sw=4 ts=4: |