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.
This commit is contained in:
Michael Stahl
2012-05-14 16:33:45 +02:00
parent 4b88c6e705
commit e9bc6d7897

View File

@ -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