summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-01-12 16:32:09 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-01-12 17:07:28 +0000
commita5dd5a6069c0d7435260a954d8d98483f5fbcc1c (patch)
tree21440d5ce6fc61bde60f3191bf6c9feb38a2adf5 /test/Makefile.am
parent4204605813d93e7e2f0d8761e90a6dd6b8089dcb (diff)
test: Add path-stroke-twice
Exercises a bug found by alois@astro.ch, whereby we inadvertently remove a line segment when the path doubles back upon itself. Bug 26010 - cairo_line_to optimizes away path segments http://bugs.freedesktop.org/show_bug.cgi?id=26010
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 581c30b4..4e5b2737 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -757,6 +757,8 @@ REFERENCE_IMAGES = \
pass-through.rgb24.ref.png \
path-append.ps.ref.png \
path-append.ref.png \
+ path-stroke-twice.ref.png \
+ path-stroke-twice.ps.ref.png \
path-append.test-fallback.ref.png \
path-append.xlib-fallback.ref.png \
path-append.xlib.ref.png \