diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 0ff41df232b3..274e3e527620 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -137,4 +137,8 @@ $(eval $(call gb_Module_add_screenshot_targets,sc,\ CppunitTest_sc_screenshots \ )) +$(eval $(call gb_Module_add_uicheck_targets,sc,\ + UITest_conditional_format \ +)) + # vim: set noet sw=4 ts=4: diff --git a/sc/UITest_conditional_format.mk b/sc/UITest_conditional_format.mk new file mode 100644 index 000000000000..4bc05b0970f8 --- /dev/null +++ b/sc/UITest_conditional_format.mk @@ -0,0 +1,15 @@ +# -*- 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 gb_UITest_UITest,conditional_format)) + +$(eval $(call gb_UITest_add_modules,conditional_format,$(SRCDIR)/sc/qa/uitest,\ + conditional_format/ \ +)) +# vim: set noet sw=4 ts=4: diff --git a/sc/qa/uitest/__init__.py b/sc/qa/uitest/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/sc/qa/uitest/conditional_format/__init__.py b/sc/qa/uitest/conditional_format/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/uitest/calc_tests/tdf105411.py b/sc/qa/uitest/conditional_format/tdf105411.py similarity index 100% rename from uitest/calc_tests/tdf105411.py rename to sc/qa/uitest/conditional_format/tdf105411.py diff --git a/uitest/calc_tests/tdf105466.py b/sc/qa/uitest/conditional_format/tdf105466.py similarity index 100% rename from uitest/calc_tests/tdf105466.py rename to sc/qa/uitest/conditional_format/tdf105466.py diff --git a/uitest/calc_tests/tdf96453.py b/sc/qa/uitest/conditional_format/tdf96453.py similarity index 100% rename from uitest/calc_tests/tdf96453.py rename to sc/qa/uitest/conditional_format/tdf96453.py