summaryrefslogtreecommitdiff
path: root/test/joins.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-17test: Use ARRAY_LENGTH() macroAndrea Canciani1-1/+1
Some tests hand-code ARRAY_LENGTH(). It is now provided by cairo-test.h, so it can be reused.
2008-12-12[test] Add a simple joins test caseChris Wilson1-0/+109
Exercise joins between short (<LINE_WIDTH) lines - used in debugging stroke-to-path.