summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport9.mk
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2016-10-07 13:44:01 +0300
committerJustin Luth <justin_luth@sil.org>2016-10-11 05:09:49 +0000
commit086550313260d9fa45b91dc705b21bb9b51ce0b8 (patch)
tree4c5dea7564b7f0b6447ee37ebd749a961271fbe3 /sw/CppunitTest_sw_ooxmlexport9.mk
parent91d406f5afb6e08f418d14761beb4a5af5783275 (diff)
move round-tripables to ooxmlexport
This serves two purposes. It helps to prevent regressions and it allows focus on features that still don't export properly. The standard .mk file had trouble on the Mac, so I ended up copying ooxmlimport.mk instead of trying to tweak the export template. The huge section of tests excluded from Win32 testing is still excluded here. The ole-anchor test works as export in the import code, but didn't work from the ooxmlexport directory, so left that one as import only. Change-Id: I9d72202c577940ba94855096c5a11d4dec4790a5 Reviewed-on: https://gerrit.libreoffice.org/29588 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport9.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport9.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport9.mk b/sw/CppunitTest_sw_ooxmlexport9.mk
new file mode 100644
index 000000000000..9b7c409271d0
--- /dev/null
+++ b/sw/CppunitTest_sw_ooxmlexport9.mk
@@ -0,0 +1,16 @@
+# -*- 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/.
+#
+#*************************************************************************
+
+include $(SRCDIR)/sw/ooxmlexport_setup.mk
+
+$(eval $(call sw_ooxmlexport_test,9))
+
+# vim: set noet sw=4 ts=4: