summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport19.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-04-11 16:12:40 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-04-11 22:38:49 +0200
commit436c280392ff22b53f10d8399f4e5ac0d99d0fd2 (patch)
tree60f425d2093889e0af6be720fe81a620e29f8801 /sw/CppunitTest_sw_ooxmlexport19.mk
parent9c933a9221639ade1814b2ee7b01dd927af7157e (diff)
CppunitTest_sw_ooxmlexport10: split in two
it already has 104 tests Change-Id: Ib3b4bf342af73aaf3c925d79bd0a06cee4853c93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150234 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport19.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport19.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport19.mk b/sw/CppunitTest_sw_ooxmlexport19.mk
new file mode 100644
index 000000000000..14e1f8815b26
--- /dev/null
+++ b/sw/CppunitTest_sw_ooxmlexport19.mk
@@ -0,0 +1,18 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+#*************************************************************************
+
+$(eval $(call sw_ooxmlexport_test,19))
+
+$(eval $(call gb_CppunitTest_use_custom_headers,sw_ooxmlexport19,\
+ officecfg/registry \
+))
+
+# vim: set noet sw=4 ts=4: