diff options
author | Uli Schlachter <psychon@znc.in> | 2011-04-05 19:08:31 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2011-04-05 19:08:31 +0200 |
commit | b377380b7a5fe0982d057975cd87f6b652d3b0ff (patch) | |
tree | 1e31d5a70e46ecbabceb4c8f32f981bbd35ba06d /test | |
parent | a80bf9ed43ebb510027f95f623a012c55f7566b3 (diff) |
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@znc.in>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index afe00af4a..5b7dd4e7e 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 \ |