From 7530303bf9aeadf5423dcf1c78128a458a9588ba Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 9 Aug 2012 16:08:37 +0200 Subject: gbuild: missing dep on $(OUTDIR)/unittest/registry for tests Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2 --- sc/CppunitTest_sc_namedrangesobj.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sc/CppunitTest_sc_namedrangesobj.mk') diff --git a/sc/CppunitTest_sc_namedrangesobj.mk b/sc/CppunitTest_sc_namedrangesobj.mk index 048002ecf6ef..4cd080fb4488 100644 --- a/sc/CppunitTest_sc_namedrangesobj.mk +++ b/sc/CppunitTest_sc_namedrangesobj.mk @@ -122,9 +122,7 @@ $(eval $(call gb_CppunitTest_use_configuration,sc_namedrangesobj)) $(eval $(call gb_CppunitTest_use_filter_configuration,sc_namedrangesobj)) -$(eval $(call gb_CppunitTest_use_extra_configuration,sc_namedrangesobj,\ - $(OUTDIR)/unittest/registry \ -)) +$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_namedrangesobj)) # we need to # - explicitly depend on the sc resource files needed at unit-test runtime -- cgit