Commit f36ae07c authored by liujisi@google.com's avatar liujisi@google.com

Update external gtest to 1.5.0.

parent 295a0960
...@@ -18,9 +18,9 @@ fi ...@@ -18,9 +18,9 @@ fi
# Check that gtest is present. Usually it is already there since the # Check that gtest is present. Usually it is already there since the
# directory is set up as an SVN external. # directory is set up as an SVN external.
if test ! -e gtest; then if test ! -e gtest; then
echo "Google Test not present. Fetching gtest-1.3.0 from the web..." echo "Google Test not present. Fetching gtest-1.5.0 from the web..."
curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 | tar jx curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx
mv gtest-1.3.0 gtest mv gtest-1.5.0 gtest
fi fi
set -ex set -ex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment