summaryrefslogtreecommitdiffstats
path: root/chart2/CppunitTest_chart2_import2.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-06-15 12:22:59 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-06-15 13:12:48 +0200
commita2f42f37a0dcc584a54aaf21d3deaf98a664fad7 (patch)
treea8784669f60c366a747bbfabcabbecde66749c2d /chart2/CppunitTest_chart2_import2.mk
parenttdf#135316 docx open performance (diff)
downloadcore-a2f42f37a0dcc584a54aaf21d3deaf98a664fad7.tar.gz
core-a2f42f37a0dcc584a54aaf21d3deaf98a664fad7.zip
Split CppunitTest_chart2_import into two
Change-Id: I1a9b98b9e20fd6e097bc8fd68958b7feb66991f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117236 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'chart2/CppunitTest_chart2_import2.mk')
-rw-r--r--chart2/CppunitTest_chart2_import2.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/chart2/CppunitTest_chart2_import2.mk b/chart2/CppunitTest_chart2_import2.mk
new file mode 100644
index 000000000000..0e4a967de557
--- /dev/null
+++ b/chart2/CppunitTest_chart2_import2.mk
@@ -0,0 +1,14 @@
+# -*- 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 chart2_import_test,2))
+
+# vim: set noet sw=4 ts=4: