Kaydet (Commit) 1d47a33d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

CppunitTest_sw_uiwriter always fails on my Retina iMac, so skip on macOS

Change-Id: I95ee6786a7a7ac0e8c62b634c8de3c25bd68bb70
üst 1e95c8dd
...@@ -94,7 +94,9 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ ...@@ -94,7 +94,9 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_odfexport \ CppunitTest_sw_odfexport \
CppunitTest_sw_odfimport \ CppunitTest_sw_odfimport \
CppunitTest_sw_txtexport \ CppunitTest_sw_txtexport \
CppunitTest_sw_uiwriter \ $(if $(filter-out MACOSX,$(OS)), \
CppunitTest_sw_uiwriter \
) \
CppunitTest_sw_layoutwriter \ CppunitTest_sw_layoutwriter \
CppunitTest_sw_mailmerge \ CppunitTest_sw_mailmerge \
CppunitTest_sw_globalfilter \ CppunitTest_sw_globalfilter \
......
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