Commit e0ac5f02 authored by Kenton Varda's avatar Kenton Varda

Merge pull request #57 from isn-/master

Upgrade gtest to 1.7.0
parents 71493535 a0b70d4a
This diff is collapsed.
...@@ -6,14 +6,7 @@ if [ ! -e gtest ]; then ...@@ -6,14 +6,7 @@ if [ ! -e gtest ]; then
echo "================================================================================" echo "================================================================================"
echo "Fetching Google Test code..." echo "Fetching Google Test code..."
echo "================================================================================" echo "================================================================================"
svn checkout http://googletest.googlecode.com/svn/tags/release-1.6.0 gtest svn checkout http://googletest.googlecode.com/svn/tags/release-1.7.0 gtest
echo "================================================================================"
echo "Patching Google Test for C++11..."
echo "================================================================================"
cd gtest
patch -p0 < ../gtest-1.6.0-c++11.patch
cd ..
fi fi
echo "================================================================================" echo "================================================================================"
......
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