move the test to slowcheck

Change-Id: I628ff6af8fb28b86fbf74b547504721718e48606
This commit is contained in:
Markus Mohrhard
2014-05-13 03:31:19 +02:00
committed by Markus Mohrhard
parent c4e301acd0
commit f02999aa26

View File

@@ -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 \
))