Commit a0b70d4a authored by Stanislav Ivochkin's avatar Stanislav Ivochkin

Upgrade gtest to 1.7.0

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