summaryrefslogtreecommitdiffstats
path: root/googletest_deps.bzl
Commit message (Collapse)AuthorAgeFilesLines
* Update GoogleTest to RE2 release `2023-06-01`.Paul Wankadia2023-05-311-4/+4
| | | | | | | | Note that RE2 has taken a dependency on Abseil, so the `main` branch should be used from now on. The `abseil` branch will go away soon... PiperOrigin-RevId: 536737543 Change-Id: I0e595ee8e754b924881f997f286cdec3822763bf
* Use Abseil Flag public API for flag parsing.Abseil Team2023-04-261-4/+4
| | | | | | | This change brings InitGoogleTest semantic in accordance with the official documentation: only GoogleTest flags are removed from argc/argv. The rest of the flags remains in place. We do nothing special for flags with unrecognized gunit_/gtest_ prefix and we do not report them. PiperOrigin-RevId: 527257221 Change-Id: Ibb29a1bda1a44251a4ee579c0fb5bbdfd9965c21
* Move transitive dependencies of googletest to googletest_deps.bzl to allow ↵Deanna Garcia2023-03-161-0/+22
other bazel projects to depend on that rule instead of googletests' transitive dependencies directly. PiperOrigin-RevId: 517166391 Change-Id: I9158e24d3f9613f3bcc811c028e1a15f213b7c40