summaryrefslogtreecommitdiff
path: root/test/text-glyph-range.c
Commit message (Collapse)AuthorAgeFilesLines
* test: make test font family a defineAndrea Canciani2010-06-121-1/+1
| | | | | | In order to make it easier to change the test font family, add it as a define in the global header and always reference the macro in the tests.
* [test] Build test suite into single binary.Chris Wilson2008-10-311-35/+27
| | | | | | | | | Avoid calling libtool to link every single test case, by building just one binary from all the sources. This binary is then given the task of choosing tests to run (based on user selection and individual test requirement), forking each test into its own process and accumulating the results.
* [test] Test handling of out-of-range glyph indexes. (#9530)Brian Ewins2007-01-161-0/+133
Adds a test for missing and out-of-range glyph indexes. The expected ATSUI renderings are added as references, please replace these with FT renderings when they become available.