aboutsummaryrefslogtreecommitdiff
path: root/debian/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add autopkgtest to ensure ScopedMockLog is presentBenjamin Barenblat2023-05-092-0/+31
| | | | | This test ensures Debian’s Abseil doesn’t fall prey to https://github.com/abseil/abseil-cpp/issues/1407.
* Build in C++17 modeBenjamin Barenblat2022-08-221-1/+1
| | | | | | | Debian 12’s GCC will default to C++17, so start building Abseil in C++17 mode. To maximize compatibility, continue to treat absl::any, absl::optional, absl::string_view, and absl::variant as distinct types rather than aliases for C++17 types in the std namespace.
* Correct pkg-config file generationBenjamin Barenblat2022-05-272-0/+27
| | | | | Backport a patch from upstream to make CMake generate pkg-config files correctly. Add an autopkgtest to ensure this doesn’t regress.
* Enable CMake supportBenjamin Barenblat2020-05-192-0/+48
| | | | | | | Install Abseil’s CMake support files. Some of these files are autogenerated, and the generator produces files with a googletest dependency if Abseil is built with unit tests enabled; to prevent this, turn off unit tests.
* Add a smoke testBenjamin Barenblat2020-05-182-0/+53
Create a basic autopkgtest to ensure that Abseil got installed and links correctly.