blob: 88139d1c3a236ccab1e3d592ace4a4d584b99094 [file] [log] [blame]
David Benjamin9b502852017-01-19 17:32:15 -05001name: "googletest"
2description: "googletest is Google's C++ test framework."
3
4third_party {
5 url {
6 type: HOMEPAGE
7 value: "https://github.com/google/googletest"
8 }
9 version: "5e7fd50e17b6edf1cadff973d0ec68966cf3265e"
10 last_upgrade_date { year: 2017 month: 1 day: 19 }
11
David Benjaminc10c2982017-01-19 17:37:32 -050012 local_modifications:
13 "Only googletest, not googlemock, is included."
14 " "
15 "https://github.com/google/googletest/pull/965 was applied."
David Benjamin9fb326d2017-01-20 13:08:26 -050016 "https://github.com/google/googletest/pull/991 was applied."
David Benjamindc90e392017-02-10 19:27:33 -050017 "https://github.com/google/googletest/pull/1007 was applied."
David Benjamin8ba6a142017-05-05 20:49:53 -040018 "https://github.com/google/googletest/pull/1109 was applied."
David Benjamin9b502852017-01-19 17:32:15 -050019}