diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-16 18:49:58 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-17 08:55:19 +0100 |
commit | c0dee7964c4394b7963041f246855fd3b01f4ebb (patch) | |
tree | 422b42f3e89334b828f4d3dba1573ec439686303 /test/Makefile.am | |
parent | 16364768d79570e7201a87f0a985c65acaff5560 (diff) |
test: Add a1-rasterisation
Check the rounding criteria when rasterising.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b76b8148..a7f1845f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -137,6 +137,8 @@ REFERENCE_IMAGES = \ a1-mask.ref.png \ a1-mask-sample.ref.png \ a1-mask-sample.quartz.xfail.png \ + a1-rasterisation-rectangles.ref.png \ + a1-rasterisation-triangles.ref.png \ a1-traps-sample.ref.png \ a1-traps-sample.quartz.xfail.png \ a8-mask.ref.png \ |