summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-11-09 14:22:09 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-11-09 19:08:32 +0100
commit87dce617eb1cbbb650dda3e5dc557fa0a058e505 (patch)
treeee252c285326858fab6cd076b2ddcc10b5e94616 /xmloff
parent7f8b79c21c3af20e443d487af0d40a36e611bda0 (diff)
UnoApiTest: factor out common code
Change-Id: I1d84d8c1e371016a4f4f068af1e9c76635f28cf4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142490 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/CppunitTest_xmloff_draw.mk1
-rw-r--r--xmloff/CppunitTest_xmloff_style.mk1
-rw-r--r--xmloff/CppunitTest_xmloff_text.mk1
3 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/CppunitTest_xmloff_draw.mk b/xmloff/CppunitTest_xmloff_draw.mk
index 8ee751b89107..77f931e3eec7 100644
--- a/xmloff/CppunitTest_xmloff_draw.mk
+++ b/xmloff/CppunitTest_xmloff_draw.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_CppunitTest_use_libraries,xmloff_draw, \
test \
unotest \
utl \
+ tl \
avmedia \
svxcore \
vcl \
diff --git a/xmloff/CppunitTest_xmloff_style.mk b/xmloff/CppunitTest_xmloff_style.mk
index 3d0d6b730e0c..9b58ee33e5bb 100644
--- a/xmloff/CppunitTest_xmloff_style.mk
+++ b/xmloff/CppunitTest_xmloff_style.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_CppunitTest_use_libraries,xmloff_style, \
test \
unotest \
utl \
+ tl \
))
$(eval $(call gb_CppunitTest_use_sdk_api,xmloff_style))
diff --git a/xmloff/CppunitTest_xmloff_text.mk b/xmloff/CppunitTest_xmloff_text.mk
index 7c4ffd32d389..6734e852ac6e 100644
--- a/xmloff/CppunitTest_xmloff_text.mk
+++ b/xmloff/CppunitTest_xmloff_text.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_CppunitTest_use_libraries,xmloff_text, \
test \
unotest \
utl \
+ tl \
))
$(eval $(call gb_CppunitTest_use_sdk_api,xmloff_text))