diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-13 10:13:13 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-13 11:53:38 +0100 |
commit | 0c5eda9876f353e0516171fec67568643f24c5b6 (patch) | |
tree | 97459c5833003ef308867483fe9f993bbc963b79 /sd/Module_sd.mk | |
parent | cc73a209c18defc5fc9bb5bc8369a553bd361826 (diff) |
Let's have activex control test also a slowcheck test
Change-Id: I55f8f0ca9478e676832ebbb08e98dbd1cf0fa4fc
Reviewed-on: https://gerrit.libreoffice.org/44666
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index becd4528e81f..59f792a78037 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -37,6 +37,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sd,\ CppunitTest_sd_filters_test \ CppunitTest_sd_misc_tests \ CppunitTest_sd_html_export_tests \ + CppunitTest_sd_activex_controls_tests \ )) endif @@ -56,7 +57,6 @@ $(eval $(call gb_Module_add_screenshot_targets,sd, \ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ JunitTest_sd_unoapi \ - CppunitTest_sd_activex_controls_tests \ )) # vim: set noet sw=4 ts=4: |