summaryrefslogtreecommitdiff
path: root/sd/Module_sd.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-06-07 16:42:37 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-06-07 19:50:47 +0200
commit6004f17ae68cc6c15ef9cc96cc502dd4a09d6cf1 (patch)
tree4753fd14c2e0ccb430b9a4ec7845dce18d886316 /sd/Module_sd.mk
parent3893b54e3656c07e182947a4fd5ef1b0be82bd2e (diff)
sd: Use template for export test modules
Change-Id: Ib604d0ad64dc16dbf9c0115a0fb30a8e3c6da337 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116787 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r--sd/Module_sd.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 2aa512f0fa29..1e0a9e8f2816 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -7,6 +7,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
+include $(SRCDIR)/sd/export_setup.mk
+
$(eval $(call gb_Module_Module,sd))
$(eval $(call gb_Module_add_targets,sd,\
@@ -31,8 +33,8 @@ $(eval $(call gb_Module_add_slowcheck_targets,sd,\
CppunitTest_sd_uimpress) \
CppunitTest_sd_import_tests \
CppunitTest_sd_import_tests_smartart \
- CppunitTest_sd_export_ooxml1 \
- CppunitTest_sd_export_ooxml2 \
+ CppunitTest_sd_export_tests-ooxml1 \
+ CppunitTest_sd_export_tests-ooxml2 \
CppunitTest_sd_export_tests \
CppunitTest_sd_filters_test \
CppunitTest_sd_layout_tests \