From 2ff88c4a1b305bd0fcabd4d37b04920d15947291 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 19 Apr 2012 14:25:54 +0200 Subject: Revert "do not include contents of huge sc/sd/sw libs into tiny unittests" The need to export symbols for tests is apparently not considered worth the big extra disk space. This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f. Conflicts: sd/CppunitTest_sd_uimpress.mk sw/CppunitTest_sw_swdoc_test.mk --- sc/CppunitTest_sc_ucalc.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/CppunitTest_sc_ucalc.mk') diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk index a44f9292ba98..cf3beac3f8aa 100644 --- a/sc/CppunitTest_sc_ucalc.mk +++ b/sc/CppunitTest_sc_ucalc.mk @@ -35,6 +35,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc, \ sc/qa/unit/ucalc \ )) +$(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc,sc)) + $(call gb_CxxObject_get_target,sc/qa/unit/ucalc): \ $(WORKDIR)/AllLangRes/for \ $(WORKDIR)/AllLangRes/forui \ @@ -56,7 +58,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \ salhelper \ sax \ sb \ - sc \ sfx \ sot \ svl \ -- cgit