summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-09-24 07:17:58 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-09-24 07:17:58 +0000
commit0faeaa1b6b1a85d50c391ebbf2b25fa15d181e0f (patch)
treed5641ed1c2a04506d372aa87dc556a778fca8c44
parent3fae7d4cd68fb4f298b13af9d51b49b1517a3d0b (diff)
downloadflac-0faeaa1b6b1a85d50c391ebbf2b25fa15d181e0f.tar.gz
new pictures/ directory has files used to test PICTURE metadata importing
-rw-r--r--test/Makefile.am2
-rw-r--r--test/pictures/0.gifbin0 -> 95 bytes
-rw-r--r--test/pictures/0.jpgbin0 -> 330 bytes
-rw-r--r--test/pictures/0.pngbin0 -> 446 bytes
-rw-r--r--test/pictures/1.gifbin0 -> 871 bytes
-rw-r--r--test/pictures/1.pngbin0 -> 462 bytes
-rw-r--r--test/pictures/2.gifbin0 -> 532 bytes
-rw-r--r--test/pictures/2.pngbin0 -> 292 bytes
-rw-r--r--test/pictures/3.pngbin0 -> 308 bytes
-rw-r--r--test/pictures/4.jpgbin0 -> 567 bytes
-rw-r--r--test/pictures/4.pngbin0 -> 1800 bytes
-rw-r--r--test/pictures/5.pngbin0 -> 1816 bytes
-rw-r--r--test/pictures/6.pngbin0 -> 543 bytes
-rw-r--r--test/pictures/7.pngbin0 -> 559 bytes
-rw-r--r--test/pictures/8.pngbin0 -> 244 bytes
-rw-r--r--test/pictures/Makefile.am32
16 files changed, 33 insertions, 1 deletions
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
--- /dev/null
+++ b/test/pictures/0.gif
Binary files differ
diff --git a/test/pictures/0.jpg b/test/pictures/0.jpg
new file mode 100644
index 00000000..54b9a7c8
--- /dev/null
+++ b/test/pictures/0.jpg
Binary files differ
diff --git a/test/pictures/0.png b/test/pictures/0.png
new file mode 100644
index 00000000..2f3ec800
--- /dev/null
+++ b/test/pictures/0.png
Binary files differ
diff --git a/test/pictures/1.gif b/test/pictures/1.gif
new file mode 100644
index 00000000..c40eeae8
--- /dev/null
+++ b/test/pictures/1.gif
Binary files differ
diff --git a/test/pictures/1.png b/test/pictures/1.png
new file mode 100644
index 00000000..2b487c07
--- /dev/null
+++ b/test/pictures/1.png
Binary files differ
diff --git a/test/pictures/2.gif b/test/pictures/2.gif
new file mode 100644
index 00000000..632098be
--- /dev/null
+++ b/test/pictures/2.gif
Binary files differ
diff --git a/test/pictures/2.png b/test/pictures/2.png
new file mode 100644
index 00000000..a7ca42b2
--- /dev/null
+++ b/test/pictures/2.png
Binary files differ
diff --git a/test/pictures/3.png b/test/pictures/3.png
new file mode 100644
index 00000000..9d117b64
--- /dev/null
+++ b/test/pictures/3.png
Binary files differ
diff --git a/test/pictures/4.jpg b/test/pictures/4.jpg
new file mode 100644
index 00000000..da78796c
--- /dev/null
+++ b/test/pictures/4.jpg
Binary files differ
diff --git a/test/pictures/4.png b/test/pictures/4.png
new file mode 100644
index 00000000..72c0a452
--- /dev/null
+++ b/test/pictures/4.png
Binary files differ
diff --git a/test/pictures/5.png b/test/pictures/5.png
new file mode 100644
index 00000000..abefad59
--- /dev/null
+++ b/test/pictures/5.png
Binary files differ
diff --git a/test/pictures/6.png b/test/pictures/6.png
new file mode 100644
index 00000000..4953ceb6
--- /dev/null
+++ b/test/pictures/6.png
Binary files differ
diff --git a/test/pictures/7.png b/test/pictures/7.png
new file mode 100644
index 00000000..c8934c1b
--- /dev/null
+++ b/test/pictures/7.png
Binary files differ
diff --git a/test/pictures/8.png b/test/pictures/8.png
new file mode 100644
index 00000000..01e41184
--- /dev/null
+++ b/test/pictures/8.png
Binary files 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