boringssl/third_party/googletest/METADATA
David Benjamin 02afbd338e Build with clang-cl standalone.
Our build logic needed to revised and and clang implements more warnings
than MSVC, so GTest needed more fixes.

Bug: 200
Change-Id: I84c5dd0c51079dd9c990e08dbea7f9022a7d6842
Reviewed-on: https://boringssl-review.googlesource.com/21204
Commit-Queue: Steven Valdez <svaldez@google.com>
Reviewed-by: Steven Valdez <svaldez@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-10-05 20:42:49 +00:00

21 lines
727 B
Plaintext

name: "googletest"
description: "googletest is Google's C++ test framework."
third_party {
url {
type: HOMEPAGE
value: "https://github.com/google/googletest"
}
version: "5e7fd50e17b6edf1cadff973d0ec68966cf3265e"
last_upgrade_date { year: 2017 month: 1 day: 19 }
local_modifications:
"Only googletest, not googlemock, is included."
" "
"https://github.com/google/googletest/pull/965 was applied."
"https://github.com/google/googletest/pull/991 was applied."
"https://github.com/google/googletest/pull/1007 was applied."
"https://github.com/google/googletest/pull/1109 was applied."
"clang-cl fixes in https://boringssl-review.googlesource.com/c/boringssl/+/21204"
}