summaryrefslogtreecommitdiff
path: root/debian/tests/control
Commit message (Collapse)AuthorAge
* Add autopkgtest to ensure ScopedMockLog is presentGravatar Benjamin Barenblat2023-05-09
| | | | | This test ensures Debian’s Abseil doesn’t fall prey to https://github.com/abseil/abseil-cpp/issues/1407.
* Correct pkg-config file generation20210324.2-4Gravatar Benjamin Barenblat2022-05-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 supportGravatar Benjamin Barenblat2020-05-19
| | | | | | | 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 testGravatar Benjamin Barenblat2020-05-18
Create a basic autopkgtest to ensure that Abseil got installed and links correctly.