Kaydet (Commit) f84fe39c authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: make CppunitTest_sw_uwriter a slowcheck

It's annoying that after touching a cxx file from Library_sw, it's not
enough to wait till it relinks, it also relinks CppunitTest_sw_uwriter
as well. So turn that one into a slowcheck, this way 'make sw' doesn't
relink it.

Change-Id: I0a8d956f57e92a9c6f1f91b727f492ca4c92c599
üst 3507190c
...@@ -46,11 +46,8 @@ $(eval $(call gb_Module_add_targets,sw,\ ...@@ -46,11 +46,8 @@ $(eval $(call gb_Module_add_targets,sw,\
endif endif
$(eval $(call gb_Module_add_check_targets,sw,\
CppunitTest_sw_uwriter \
))
$(eval $(call gb_Module_add_slowcheck_targets,sw,\ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_uwriter \
CppunitTest_sw_htmlexport \ CppunitTest_sw_htmlexport \
CppunitTest_sw_macros_test \ CppunitTest_sw_macros_test \
CppunitTest_sw_ooxmlexport \ CppunitTest_sw_ooxmlexport \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment