diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-22 21:05:41 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-24 12:21:23 +0000 |
commit | b44628b1e88f8b4fdecb928ed3d0dbd17e3b1841 (patch) | |
tree | 48df37f4f55c1b27aa38b2e14e89e16a1692687a /sc/Module_sc.mk | |
parent | 4280607328c1c46b566719212ae3f802d511493b (diff) |
move the OpenCL test to subsequentcheck
Based on ESC discussion around stability of tests.
Change-Id: I1c6d84c91c1f85435771013b028cb3aa65a347fc
Reviewed-on: https://gerrit.libreoffice.org/32408
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index cd5c0459574f..0ff41df232b3 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -64,7 +64,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_subsequent_filters_test \ CppunitTest_sc_subsequent_export_test \ CppunitTest_sc_html_export_test \ - CppunitTest_sc_opencl_test \ CppunitTest_sc_copypaste \ )) @@ -101,6 +100,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_unoapi_5 \ JunitTest_sc_unoapi_6 \ JunitTest_sc_unoapi_7 \ + CppunitTest_sc_opencl_test \ CppunitTest_sc_anchor_test \ CppunitTest_sc_annotationshapeobj \ CppunitTest_sc_outlineobj \ |