update get-gmock script.

You now need git, since they haven't released for a while.
This commit is contained in:
Joe Thornber 2016-06-07 11:15:35 +01:00
parent a94bfea798
commit df9f4d479d
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
#!/bin/sh -e
wget https://googlemock.googlecode.com/files/gmock-1.6.0.zip
unzip gmock-1.6.0.zip
cd gmock-1.6.0
./configure
git clone https://github.com/google/googletest