diff options
author | Zdeněk Crhonek <zcrhonek@gmail.com> | 2018-08-01 23:36:02 +0200 |
---|---|---|
committer | Zdenek Crhonek <zcrhonek@gmail.com> | 2018-08-03 08:02:41 +0200 |
commit | dc05737d46cd6f4a7f430c7ac8b4e512de12b159 (patch) | |
tree | e35eb28a700e8d0c4b4875146cd32b86d23819a8 /sd/Module_sd.mk | |
parent | 6ec8c8edbfb7d4e13b48638203af4c22f631aa60 (diff) |
uitest Impress Document properties
Change-Id: Ida877ab6e65d4bcbd42d37fd2567db63f84ed8ad
Reviewed-on: https://gerrit.libreoffice.org/58456
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index 59f792a78037..495aee8d89fa 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -59,4 +59,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ JunitTest_sd_unoapi \ )) +$(eval $(call gb_Module_add_uicheck_targets,sd,\ + UITest_impress_tests \ +)) # vim: set noet sw=4 ts=4: |