summaryrefslogtreecommitdiff
path: root/open-source-lorries/googletest.lorry
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 23:23:51 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commit1d4f02ff8a638c4496cfd298c05e6e6910ed8e68 (patch)
tree373f3c5152757824f9e73daab0a9d1de046878a6 /open-source-lorries/googletest.lorry
parent55430e3d788b081362bcbef7f83ff7fe41ffd5a2 (diff)
downloadlorries-1d4f02ff8a638c4496cfd298c05e6e6910ed8e68.tar.gz
Update mirroring of googlemock and googletest
These moved from Google Code to GitHub. googlemock has since been folded into googletest, so only add the new repository for googltest. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirrors as obsolete.
Diffstat (limited to 'open-source-lorries/googletest.lorry')
-rw-r--r--open-source-lorries/googletest.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/googletest.lorry b/open-source-lorries/googletest.lorry
index b865081..4b9b0ba 100644
--- a/open-source-lorries/googletest.lorry
+++ b/open-source-lorries/googletest.lorry
@@ -2,6 +2,11 @@
"googletest": {
"type": "svn",
"url": "http://googletest.googlecode.com/svn",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use googletest-git)"
+ },
+ "googletest-git": {
+ "type": "git",
+ "url": "https://github.com/google/googletest.git"
}
}