Add a script to retrieve and build gmock.
This commit is contained in:
parent
52f1aa8a8a
commit
a560e672b9
8
get-gmock.sh
Executable file
8
get-gmock.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/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
|
||||||
|
make
|
||||||
|
make check
|
Loading…
Reference in New Issue
Block a user