diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-13 03:31:19 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-05-13 05:29:22 +0200 |
commit | f02999aa267c40876f29edf37d39694b619e69ba (patch) | |
tree | 8b379c63ea9bfa965301c451bd2a398e2e3e78bc /sc | |
parent | c4e301acd08df41a7236d24e454417393b707207 (diff) |
move the test to slowcheck
Change-Id: I628ff6af8fb28b86fbf74b547504721718e48606
Diffstat (limited to 'sc')
-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 41804b2fddbb..2b82efae4789 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -54,12 +54,12 @@ $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_ucalc \ CppunitTest_sc_filters_test \ CppunitTest_sc_rangelst_test \ - CppunitTest_sc_html_export_test \ )) $(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 \ )) |