diff options
author | Noel Power <noel.power@novell.com> | 2012-05-14 15:03:38 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-05-14 15:06:29 +0100 |
commit | 6113b27ec15da2a3b140ae58676062d74c99b31e (patch) | |
tree | d208a47bad1d0c2f29bd623ff41af5d68d6aabfd /basic | |
parent | 8924a7bde1bd5ddb857342b6f8704c250f897078 (diff) |
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
Diffstat (limited to 'basic')
-rw-r--r-- | basic/Module_basic.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk index fe430ffac66c..72d69389d061 100644 --- a/basic/Module_basic.mk +++ b/basic/Module_basic.mk @@ -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 |