summaryrefslogtreecommitdiff
path: root/tests/cxx-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Header cleanupMatthias Clasen2019-07-041-2/+0
| | | | | | | Abolish the PANGO_ENABLE_BACKEND and PANGO_ENABLE_ENGINE defines. All backend-only apis are moved into private headers, all apis that were engine-only are marked as deprecated, since engines are.
* tests: Use the appropriate extension for the C++ testEmmanuele Bassi2017-05-191-0/+29
While `.C` is a valid GCC extension for C++ files, it only works for case sensitive file systems. Let's use `.cpp`, like the rest of the planet does.