summaryrefslogtreecommitdiff
path: root/tests/testattributes.c
Commit message (Collapse)AuthorAgeFilesLines
* testattributes: Make it work with --enable-debug=noMatthias Clasen2015-10-031-11/+11
| | | | | | | g_assert gets neutered by --enable-debug=no, which is not what we want in tests. Use g_assert_true instead. https://bugzilla.gnome.org/show_bug.cgi?id=755126
* Add tests for PangoAttributesMatthias Clasen2015-03-131-0/+630
These tests exercise PangoAttribute, PangoAttrList and PangoAttrIterator apis.