[cairo-commit] test/Makefile.am
Uli Schlachter
psychon at kemper.freedesktop.org
Tue Apr 5 10:18:18 PDT 2011
test/Makefile.am | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit b377380b7a5fe0982d057975cd87f6b652d3b0ff
Author: Uli Schlachter <psychon at znc.in>
Date: Tue Apr 5 19:08:31 2011 +0200
test/Makefile.am: Don't reference non-existant files
In commit 532cbcfbc7d1b 'Add unaligned boxes to "operator-source" test', I
removed some reference images from the test suite, but I forgot to also remove
these files from test/Makefile.am. This caused "make dist" to fail.
Thanks to Alexandros Frantzis for noticing this.
Signed-off-by: Uli Schlachter <psychon at znc.in>
diff --git a/test/Makefile.am b/test/Makefile.am
index afe00af..5b7dd4e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -913,13 +913,8 @@ REFERENCE_IMAGES = \
operator-clear.xlib.argb32.ref.png \
operator-clear.xlib.rgb24.ref.png \
operator-source.image16.ref.png \
- operator-source.pdf.rgb24.ref.png \
- operator-source.quartz.argb32.ref.png \
- operator-source.quartz.rgb24.ref.png \
operator-source.ref.png \
operator-source.rgb24.ref.png \
- operator-source.svg12.argb32.xfail.png \
- operator-source.svg12.rgb24.xfail.png \
operator-source.xlib-fallback.ref.png \
operator-source.xlib.ref.png \
operator-source.xlib.rgb24.ref.png \
More information about the cairo-commit
mailing list