diff --git a/test/Makefile.am b/test/Makefile.am index c2cddbdd13647ef329c18dc09a5bb278fe2340f2..8b68139813cad06b2292a088626def91fe34c249 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 0000000000000000000000000000000000000000..c9f3d71d243d75ff0549ad525bba814d2e89c162 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 0000000000000000000000000000000000000000..54b9a7c88f33361b25b7c859ae1d5a6bd38f5c61 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 0000000000000000000000000000000000000000..2f3ec800081ba5fa60f7ae274c6b358ad4f5bd24 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 0000000000000000000000000000000000000000..c40eeae83ce7b2ccecf3ac032892b04b58201c0f 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 0000000000000000000000000000000000000000..2b487c07f87b4b2288043353eeed682e97d30713 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 0000000000000000000000000000000000000000..632098be60736c6dd7fdf5900fe617befb4eb280 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 0000000000000000000000000000000000000000..a7ca42b207369c268790b18c68cb175b667dbb48 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 0000000000000000000000000000000000000000..9d117b64f437d3caac0708976f53f842b7cdc14e 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 0000000000000000000000000000000000000000..da78796c29444c053609ee77c8c781550104d01d 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 0000000000000000000000000000000000000000..72c0a4523d3b170dbf72ea0c7cae7e2e8de80d2c 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 0000000000000000000000000000000000000000..abefad59973bdd597206158af849c768ccf98fda 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 0000000000000000000000000000000000000000..4953ceb6535163ea6bfdb52ea5250bcaf5103ad3 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 0000000000000000000000000000000000000000..c8934c1b0338738134c3027726feb00dac92d67f 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 0000000000000000000000000000000000000000..01e411840e04cbcc3bae009ce330ec9710bfb171 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 0000000000000000000000000000000000000000..43b15b69d50098ebba55161f6b3d277501ae569c --- /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