summaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-08-24 18:53:48 (GMT)
committerEvan Martin <martine@danga.com>2012-08-24 18:53:48 (GMT)
commitd033269a5d430247c2efe002d2d334c2b9a4875e (patch)
tree7e96e727fbf882bceb5509ac910adefaf12c9d05 /HACKING.md
parent336efcd0c93c6b7ee469d48210b65b5e114e061e (diff)
downloadNinja-d033269a5d430247c2efe002d2d334c2b9a4875e.zip
Ninja-d033269a5d430247c2efe002d2d334c2b9a4875e.tar.gz
Ninja-d033269a5d430247c2efe002d2d334c2b9a4875e.tar.bz2
link directly to gtest zip
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index bc23773..a777b57 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -66,7 +66,9 @@ googletest (gtest) library.
* Otherwise you need to download it, unpack it, and pass
`--with-gtest` to `configure.py`. Get it from [its downloads
- page](http://code.google.com/p/googletest/downloads/list).
+ page](http://code.google.com/p/googletest/downloads/list); [this
+ direct download link might work
+ too](http://googletest.googlecode.com/files/gtest-1.6.0.zip).
### Test-driven development