summaryrefslogtreecommitdiff
path: root/debian/tests/pkg-config-test
Commit message (Collapse)AuthorAgeFilesLines
* Include everything in our pkg-config autopkgtestDavid Kalnischkies2025-05-191-7/+59
| | | | | | | | | | | GCC defaults to C++17 currently, but our library users could be on other (newer/older) standard still e.g. by explicit request, so to avoid accidentally breaking them the pkg-config-test is adapted to include all of our public headers as a smoke test for if you can build an application against our library in a certain C++ standard. The test script is also adapted to be runnable outside of autopkgtest like in our CI or manually.
* Mark pkg-config-test autopkgtest as superficialDavid Kalnischkies2022-05-071-11/+20
| | | | | | Reorganising the control file allows this simple test to run first and be marked as superficial which makes no practical difference, but is more correct.
* Fix pkg-config-test autopkgtestJulian Andres Klode2019-06-171-1/+2
|
* Add pkg-config files for the apt-pkg and apt-inst librariesCorentin Noël2019-03-081-0/+22
Closes: #439121