Skip to content

Commit ea9c2c4

Browse files
author
Xisco Fauli
committed
CppunitTest_sc_shapetest: inherit from ScModelTestBase
which inherits from UnoApiXmlTest. In order to get rid of duplicated code Change-Id: I36b1edf21fd58eecce482331f5cca577ac7f7b01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142758 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]>
1 parent 59b6297 commit ea9c2c4

File tree

2 files changed

+151
-220
lines changed

2 files changed

+151
-220
lines changed

sc/CppunitTest_sc_shapetest.mk

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111

1212
$(eval $(call gb_CppunitTest_CppunitTest,sc_shapetest))
1313

14-
$(eval $(call gb_CppunitTest_use_external,sc_shapetest,boost_headers))
14+
$(eval $(call gb_CppunitTest_use_externals,sc_shapetest, \
15+
boost_headers \
16+
mdds_headers \
17+
libxml2 \
18+
))
1519

1620
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_shapetest))
1721

@@ -24,6 +28,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_shapetest, \
2428
cppuhelper \
2529
sal \
2630
sc \
31+
scqahelper \
2732
sfx \
2833
subsequenttest \
2934
svl \

0 commit comments

Comments
 (0)