summaryrefslogtreecommitdiffstats
path: root/dbaccess/CppunitTest_dbaccess_macros_test.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-29 15:24:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-29 15:25:08 +0200
commite0c4a8cd4037377360492ff8e01d0ea8b3efb13e (patch)
treed60bb2cbe39d3675e9e1d698c56a3e8fc8cfa803 /dbaccess/CppunitTest_dbaccess_macros_test.mk
parentfdo#81486:custom property with the same name as Document Property not imported (diff)
downloadcore-e0c4a8cd4037377360492ff8e01d0ea8b3efb13e.tar.gz
core-e0c4a8cd4037377360492ff8e01d0ea8b3efb13e.zip
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.mk3
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: