summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_swdoc_test.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-07 18:37:50 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-07 18:40:25 +0200
commit69d46dd7a6adfffd71da055bb65108c80d27395f (patch)
tree3c9cd0e46c656584edc4ae65245ec32e18249bc1 /sw/CppunitTest_sw_swdoc_test.mk
parent5b5301618fde17693f5299c2a55ae91fe8a12b11 (diff)
do not include contents of huge sc/sd/sw libs into tiny unittests
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
Diffstat (limited to 'sw/CppunitTest_sw_swdoc_test.mk')
-rw-r--r--sw/CppunitTest_sw_swdoc_test.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk
index 164ddaaaf115..34d32f9c2889 100644
--- a/sw/CppunitTest_sw_swdoc_test.mk
+++ b/sw/CppunitTest_sw_swdoc_test.mk
@@ -34,8 +34,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_swdoc_test, \
sw/qa/core/Test-BigPtrArray \
))
-$(eval $(call gb_CppunitTest_add_library_objects,sw_swdoc_test,sw))
-
$(eval $(call gb_CppunitTest_add_linked_libs,sw_swdoc_test, \
avmedia \
basegfx \
@@ -58,6 +56,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_swdoc_test, \
svt \
svx \
svxcore \
+ sw \
swd \
test \
tk \