diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-07-12 11:49:53 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-07-12 11:50:42 +0100 |
commit | 01380f3a56b28a388d2876780f33516ecd16ee16 (patch) | |
tree | 1333de2ec701f3bfc13b8ff40a5f3c5347847c7e /test | |
parent | 459b8ae660eb49a87ffb9da31f305718a2b4f11f (diff) |
test: Missing REFERENCE_IMAGES
Diffstat (limited to 'test')
-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 54815f73..cfb81041 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -152,6 +152,7 @@ REFERENCE_IMAGES = \ alpha-similar.rgb24.ref.png \ alpha-similar.svg.argb32.xfail.png \ alpha-similar.svg.rgb24.xfail.png \ + api-special-cases.ref.png \ big-line.ref.png \ big-line.image16.ref.png \ big-line.ps.ref.png \ @@ -693,10 +694,12 @@ REFERENCE_IMAGES = \ halo.image16.ref.png \ halo.xlib.ref.png \ halo.ps.ref.png \ + halo.quartz.ref.png \ halo-transform.ref.png \ halo-transform.image16.ref.png \ halo-transform.xlib.ref.png \ halo-transform.ps.ref.png \ + halo-transform.quartz.ref.png \ huge-linear.image16.ref.png \ huge-linear.pdf.ref.png \ huge-linear.ps3.ref.png \ |