diff --git a/test/Makefile.am b/test/Makefile.am index c2cddbdd..8b681398 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,7 +17,7 @@ TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND=@FLAC__TEST_WITH_VALGRIND@ -SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files +SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures if FLaC__HAS_OGG OGG_TESTS = \ diff --git a/test/pictures/0.gif b/test/pictures/0.gif new file mode 100644 index 00000000..c9f3d71d Binary files /dev/null and b/test/pictures/0.gif differ diff --git a/test/pictures/0.jpg b/test/pictures/0.jpg new file mode 100644 index 00000000..54b9a7c8 Binary files /dev/null and b/test/pictures/0.jpg differ diff --git a/test/pictures/0.png b/test/pictures/0.png new file mode 100644 index 00000000..2f3ec800 Binary files /dev/null and b/test/pictures/0.png differ diff --git a/test/pictures/1.gif b/test/pictures/1.gif new file mode 100644 index 00000000..c40eeae8 Binary files /dev/null and b/test/pictures/1.gif differ diff --git a/test/pictures/1.png b/test/pictures/1.png new file mode 100644 index 00000000..2b487c07 Binary files /dev/null and b/test/pictures/1.png differ diff --git a/test/pictures/2.gif b/test/pictures/2.gif new file mode 100644 index 00000000..632098be Binary files /dev/null and b/test/pictures/2.gif differ diff --git a/test/pictures/2.png b/test/pictures/2.png new file mode 100644 index 00000000..a7ca42b2 Binary files /dev/null and b/test/pictures/2.png differ diff --git a/test/pictures/3.png b/test/pictures/3.png new file mode 100644 index 00000000..9d117b64 Binary files /dev/null and b/test/pictures/3.png differ diff --git a/test/pictures/4.jpg b/test/pictures/4.jpg new file mode 100644 index 00000000..da78796c Binary files /dev/null and b/test/pictures/4.jpg differ diff --git a/test/pictures/4.png b/test/pictures/4.png new file mode 100644 index 00000000..72c0a452 Binary files /dev/null and b/test/pictures/4.png differ diff --git a/test/pictures/5.png b/test/pictures/5.png new file mode 100644 index 00000000..abefad59 Binary files /dev/null and b/test/pictures/5.png differ diff --git a/test/pictures/6.png b/test/pictures/6.png new file mode 100644 index 00000000..4953ceb6 Binary files /dev/null and b/test/pictures/6.png differ diff --git a/test/pictures/7.png b/test/pictures/7.png new file mode 100644 index 00000000..c8934c1b Binary files /dev/null and b/test/pictures/7.png differ diff --git a/test/pictures/8.png b/test/pictures/8.png new file mode 100644 index 00000000..01e41184 Binary files /dev/null and b/test/pictures/8.png differ diff --git a/test/pictures/Makefile.am b/test/pictures/Makefile.am new file mode 100644 index 00000000..43b15b69 --- /dev/null +++ b/test/pictures/Makefile.am @@ -0,0 +1,32 @@ +# FLAC - Free Lossless Audio Codec +# Copyright (C) 2006 Josh Coalson +# +# This file is part the FLAC project. FLAC is comprised of several +# components distributed under difference licenses. The codec libraries +# are distributed under Xiph.Org's BSD-like license (see the file +# COPYING.Xiph in this distribution). All other programs, libraries, and +# plugins are distributed under the GPL (see COPYING.GPL). The documentation +# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the +# FLAC distribution contains at the top the terms under which it may be +# distributed. +# +# Since this particular file is relevant to all components of FLAC, +# it may be distributed under the Xiph.Org license, which is the least +# restrictive of those mentioned above. See the file COPYING.Xiph in this +# distribution. + +EXTRA_DIST = \ + 0.gif \ + 0.jpg \ + 0.png \ + 1.gif \ + 1.png \ + 2.gif \ + 2.png \ + 3.png \ + 4.jpg \ + 4.png \ + 5.png \ + 6.png \ + 7.png \ + 8.png