diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-20 19:15:44 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-12-22 09:57:49 -0500 |
commit | 7c2267becaed861be3932368f78a5983e239fce7 (patch) | |
tree | 86ce7f1e9843ebd0c79f15b8702cd3956e7041d9 /testtools | |
parent | bb97ecdbcc8d8dafd39e728b21bc68efee4eccbc (diff) |
bridgetest_climaker seems to work now
Change-Id: I50d55f5e5cc7987550ade689ca3754c818efeb62
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/Module_testtools.mk | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/testtools/Module_testtools.mk b/testtools/Module_testtools.mk index 2ae6fed2b112..711510759fd2 100644 --- a/testtools/Module_testtools.mk +++ b/testtools/Module_testtools.mk @@ -45,15 +45,11 @@ $(eval $(call gb_Module_add_targets,testtools,\ )) endif -# FIXME: currently failing to build with -# Attempted to read or write protected memory. This is often an -# indication that other memory is corrupt. -# at ?A0x393b8821.sal_main() -#ifeq ($(COM),MSC) -#$(eval $(call gb_Module_add_targets,testtools,\ -# CustomTarget_bridgetest_climaker \ -#)) -#endif +ifeq ($(COM),MSC) +$(eval $(call gb_Module_add_targets,testtools,\ + CustomTarget_bridgetest_climaker \ +)) +endif # FIXME: Mac OSX PPC GCC fails this test!, likely broken UNO bridge. # (is it still relevant?) |