summaryrefslogtreecommitdiff
path: root/test/joins.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Comma separate keywordsBryce W. Harrington2013-09-131-1/+1
| | | | | | | | | The parser accepts spaces as separtors between keywords, so this is nit picky. But only a minority of tests don't follow the comma convention, so change them to be consistent. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* test: Use ARRAY_LENGTH() macroAndrea Canciani2011-03-171-1/+1
| | | | | Some tests hand-code ARRAY_LENGTH(). It is now provided by cairo-test.h, so it can be reused.
* [test] Add a simple joins test caseChris Wilson2008-12-121-0/+109
Exercise joins between short (<LINE_WIDTH) lines - used in debugging stroke-to-path.