diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-02-19 23:56:13 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-02-27 09:42:46 +0000 |
commit | c873f8d75a2a4bc28a13553755c6d38b0e026e11 (patch) | |
tree | 88e81c7f08301f12d0df75317b8078d3eb39b971 /sc/Module_sc.mk | |
parent | 2b0748ed1fb727cb52b5c9e423b00242d155d099 (diff) |
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>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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: |