On Sunday, February 16, 2020, at 10:48 PM +0100, László Böszörményi (GCS) wrote: > @Benjamin: may you ask its developers to use the system gtest libraries > if only ABSL_RUN_TESTS set to ON?
On Tuesday, February 18, 2020, at 6:02 PM -0500, Benjamin Barenblat wrote: > I have a preliminary version of such a patch, and I’ll try to get it > finished and sent in the next day or two; that way, even if upstream > lags taking it, we can import it and get the support we need. It took me a bit longer than I’d hoped, but https://github.com/abseil/abseil-cpp/pull/628 will let you test against the gtest in Debian simply by passing `-DABSL_RUN_TESTS=ON -DABSL_USE_GOOGLETEST_HEAD=OFF` to CMake. It looks like I just missed the LTS release of a few hours ago, but just patching this in should be fine. I’ll try to have a look at the packaging in Salsa before the end of this week.

