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 --- sw/CppunitTest_sw_subsequent_ooxmlimport.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sw/CppunitTest_sw_subsequent_ooxmlimport.mk') diff --git a/sw/CppunitTest_sw_subsequent_ooxmlimport.mk b/sw/CppunitTest_sw_subsequent_ooxmlimport.mk index 8e5e3ef8c530..2fb7c3fd6cc4 100644 --- a/sw/CppunitTest_sw_subsequent_ooxmlimport.mk +++ b/sw/CppunitTest_sw_subsequent_ooxmlimport.mk @@ -92,8 +92,6 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_ooxmlimport)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_ooxmlimport)) -$(eval $(call gb_CppunitTest_use_extra_configuration,sw_subsequent_ooxmlimport,\ - $(OUTDIR)/unittest/registry \ -)) +$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_ooxmlimport)) # vim: set noet sw=4 ts=4: -- cgit