summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_ucalc_formula.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-05-14 12:26:12 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-05-17 17:48:19 +0200
commitc29f91f3d7a0deb902b900ff07e6c32632b8c958 (patch)
tree0889403f2c2460ed1373e172501041e7e3dd37e2 /sc/CppunitTest_sc_ucalc_formula.mk
parent9bbf8057d9d92857aa3c693c1387589ad378695d (diff)
sc_ucalc: move formula tests to their own module
in order to split sc_ucalc monster into smaller modules Now, we can change CppunitTest_sc_ucalc.mk to use the template - Enable testExternalRefUnresolved on Linux/Mac - Remove testFormulaHashAndTag. it was disabled in f4dc8a869ac49f19c20fc5fa606448e9103726bd < the idea behind the test can't work right now > Change-Id: I864341442ccd321c8ef4f7147db4512bcc7a6b21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115595 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/CppunitTest_sc_ucalc_formula.mk')
-rw-r--r--sc/CppunitTest_sc_ucalc_formula.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_ucalc_formula.mk b/sc/CppunitTest_sc_ucalc_formula.mk
new file mode 100644
index 000000000000..2dfeddb318cd
--- /dev/null
+++ b/sc/CppunitTest_sc_ucalc_formula.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 sc_ucalc_test,_formula))
+
+# vim: set noet sw=4 ts=4: