diff --git a/get-gmock.sh b/get-gmock.sh new file mode 100755 index 0000000..eda6bcb --- /dev/null +++ b/get-gmock.sh @@ -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 \ No newline at end of file