From f6d6a22b8eea931b49a8c33de3092d4623ed0d41 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 1 Dec 2009 19:42:25 +0000 Subject: Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev). --- scons/SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'scons') diff --git a/scons/SConscript b/scons/SConscript index 80891209..73c5b916 100644 --- a/scons/SConscript +++ b/scons/SConscript @@ -194,9 +194,6 @@ GtestTest(env, 'gmock_test', [gtest, gmock_main]) # gmock_all_test is commented to save time building and running tests. # Uncomment if necessary. #GtestTest(env, 'gmock_all_test', [gtest, gmock_main]) -# TODO (vladl): Add a test verifying that gmock can be built from -# testing/base/gunit.cc and testing/base/internal/gmock-all.cc after merging -# into the main branch. This is the API for Windows users. ############################################################ # Tests targets using custom environments. -- cgit v1.2.3