浏览代码

Update external gtest to 1.5.0.

liujisi@google.com 14 年之前
父节点
当前提交
f36ae07c58
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      autogen.sh

+ 3 - 3
autogen.sh

@@ -18,9 +18,9 @@ fi
 # Check that gtest is present.  Usually it is already there since the
 # directory is set up as an SVN external.
 if test ! -e gtest; then
-  echo "Google Test not present.  Fetching gtest-1.3.0 from the web..."
-  curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 | tar jx
-  mv gtest-1.3.0 gtest
+  echo "Google Test not present.  Fetching gtest-1.5.0 from the web..."
+  curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx
+  mv gtest-1.5.0 gtest
 fi
 
 set -ex