Kaydet (Commit) 6113b27e authored tarafından Noel Power's avatar Noel Power

attempt to disable multi-defined symbol on windows for basic test

CppunitTest_basic_enable.mk & test_basic_enable.dll seems to suffer for some strange multiple defined symbol crack which is killing the tinderboxes, disable for the moment

Change-Id: I1584c11a0445ac36c138ae075ca365ad4b2effe1
üst 8924a7bd
......@@ -36,7 +36,8 @@ $(eval $(call gb_Module_add_targets,basic,\
$(eval $(call gb_Module_add_check_targets,basic,\
CppunitTest_basic_scanner \
CppunitTest_basic_enable \
$(if $(filter-out $(OS),WIN), \
CppunitTest_basic_enable \
))
endif
......
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