diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-10 11:26:12 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-10 13:13:12 +0100 |
commit | 1349728d1ef63ed562a3fd0ee3c0a89aaba77616 (patch) | |
tree | 8665a238eede96179e29820b606699a7aad47034 /test/Makefile.am | |
parent | 486118361ad0c2e68fa9f6b44ddb10e84d237eca (diff) |
test: Add partial coverage.
Another experiment in measuring consistency of rasterisation stratagems
across the backends.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 0b9eb7ea..8403adfc 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -862,6 +862,9 @@ REFERENCE_IMAGES = \ paint-with-alpha.ref.png \ paint-with-alpha.svg.ref.png \ paint.ref.png \ + partial-coverage-rectangles.ref.png \ + partial-coverage-reference.ref.png \ + partial-coverage-triangles.ref.png \ pass-through.ref.png \ pass-through.rgb24.ref.png \ path-append.image16.ref.png \ |