diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-05-14 16:33:45 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-05-14 16:34:10 +0200 |
commit | e9bc6d789702f330a8a8d9eaa830a90d24d63a38 (patch) | |
tree | 08d5c1f833e00d207a3cfea6b8ed5c0acc16c168 /basic | |
parent | 4b88c6e705a432ca0350c20a3a4e5c7c74a3abdc (diff) |
Revert "attempt to disable multi-defined symbol on windows for basic test"
Let's hope this works now.
This reverts commit 6113b27ec15da2a3b140ae58676062d74c99b31e.
This reverts commit 4e90345a4dea1ddf0ddded4f1fcae1c87894e120.
Diffstat (limited to 'basic')
-rw-r--r-- | basic/Module_basic.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk index e7091b6897a8..fe430ffac66c 100644 --- a/basic/Module_basic.mk +++ b/basic/Module_basic.mk @@ -36,8 +36,7 @@ $(eval $(call gb_Module_add_targets,basic,\ $(eval $(call gb_Module_add_check_targets,basic,\ CppunitTest_basic_scanner \ - $(if $(filter-out $(OS),WIN), \ - CppunitTest_basic_enable) \ + CppunitTest_basic_enable \ )) endif |