summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8export3.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-06-03 11:48:41 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-06-03 12:56:59 +0200
commit4d2a8d50ecb2fdf282bbaf3b5f3509e72ca604fc (patch)
tree25952f15c7cef19f3622a516f0600317485fe643 /sw/CppunitTest_sw_ww8export3.mk
parent254952c15a80f63db0b0f54c79d8e2e9e083a8f3 (diff)
sw_ww8export: use a template for makefiles
in order to remove duplicates code Change-Id: Ie107d953d2e7ab4624edccd58fd8637349b9e098 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116649 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/CppunitTest_sw_ww8export3.mk')
-rw-r--r--sw/CppunitTest_sw_ww8export3.mk60
1 files changed, 1 insertions, 59 deletions
diff --git a/sw/CppunitTest_sw_ww8export3.mk b/sw/CppunitTest_sw_ww8export3.mk
index 6eeb48f3ed3b..d725463968a7 100644
--- a/sw/CppunitTest_sw_ww8export3.mk
+++ b/sw/CppunitTest_sw_ww8export3.mk
@@ -9,64 +9,6 @@
#
#*************************************************************************
-$(eval $(call gb_CppunitTest_CppunitTest,sw_ww8export3))
-
-$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ww8export3))
-
-$(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8export3, \
- sw/qa/extras/ww8export/ww8export3 \
-))
-
-$(eval $(call gb_CppunitTest_use_libraries,sw_ww8export3, \
- comphelper \
- cppu \
- cppuhelper \
- editeng \
- emboleobj \
- sal \
- sfx \
- test \
- unotest \
- utl \
- sw \
- swqahelper \
- tl \
-))
-
-$(eval $(call gb_CppunitTest_use_externals,sw_ww8export3,\
- boost_headers \
- libxml2 \
-))
-
-$(eval $(call gb_CppunitTest_set_include,sw_ww8export3,\
- -I$(SRCDIR)/sw/inc \
- -I$(SRCDIR)/sw/source/core/inc \
- -I$(SRCDIR)/sw/qa/inc \
- $$(INCLUDE) \
-))
-
-$(eval $(call gb_CppunitTest_use_api,sw_ww8export3,\
- udkapi \
- offapi \
- oovbaapi \
-))
-
-$(eval $(call gb_CppunitTest_use_ure,sw_ww8export3))
-$(eval $(call gb_CppunitTest_use_vcl,sw_ww8export3))
-
-$(eval $(call gb_CppunitTest_use_rdb,sw_ww8export3,services))
-
-ifeq ($(OS),WNT)
-# gpgme-w32spawn.exe is needed in workdir/LinkTarget/Executable
-$(eval $(call gb_CppunitTest_use_packages,sw_ww8export3,\
- $(call gb_Helper_optional,GPGMEPP,gpgmepp)\
-))
-endif
-
-$(eval $(call gb_CppunitTest_use_configuration,sw_ww8export3))
-
-$(eval $(call gb_CppunitTest_use_packages,sw_ww8export3,\
- oox_customshapes \
-))
+$(eval $(call sw_ww8export_test,3))
# vim: set noet sw=4 ts=4: