[Libreoffice-commits] .: testtools/Module_testtools.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 22 06:56:29 PST 2012


 testtools/Module_testtools.mk |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

New commits:
commit 7c2267becaed861be3932368f78a5983e239fce7
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Thu Dec 20 19:15:44 2012 -0500

    bridgetest_climaker seems to work now
    
    Change-Id: I50d55f5e5cc7987550ade689ca3754c818efeb62

diff --git a/testtools/Module_testtools.mk b/testtools/Module_testtools.mk
index 2ae6fed..7115107 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?)


More information about the Libreoffice-commits mailing list