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

Bypass CppunitTest_sal_osl_security with VS2013 for now, hangs

Change-Id: I8500b0cc4e541c96124425b713ba96226ff4715d
üst eee44c95
...@@ -40,7 +40,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ ...@@ -40,7 +40,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\
CppunitTest_sal_osl_file) \ CppunitTest_sal_osl_file) \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_sal_osl_module) \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_sal_osl_module) \
CppunitTest_sal_osl_old_test_file \ CppunitTest_sal_osl_old_test_file \
CppunitTest_sal_osl_security \ $(if $(filter-out MSC-120,$(COM)-$(VCVER)),CppunitTest_sal_osl_security) \
CppunitTest_sal_osl_thread \ CppunitTest_sal_osl_thread \
CppunitTest_sal_rtl_alloc \ CppunitTest_sal_rtl_alloc \
CppunitTest_sal_rtl_process \ CppunitTest_sal_rtl_process \
......
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