uitest: move all the conditional format tests into an own test
Change-Id: I5673341b05c8352bc1d46f1483c265ccdc6a1cc5 Reviewed-on: https://gerrit.libreoffice.org/34667 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
This commit is contained in:
parent
2b0748ed1f
commit
c873f8d75a
@ -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:
|
||||
|
15
sc/UITest_conditional_format.mk
Normal file
15
sc/UITest_conditional_format.mk
Normal file
@ -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:
|
0
sc/qa/uitest/__init__.py
Normal file
0
sc/qa/uitest/__init__.py
Normal file
0
sc/qa/uitest/conditional_format/__init__.py
Normal file
0
sc/qa/uitest/conditional_format/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user