aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-08 15:24:33 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-08 15:24:33 +0000
commitd81398939a6db890f4e50ed5fe0a146ce41d4e34 (patch)
tree8064f2e33f9506a6497ef08f8d178d2b8c742879
parent857d1c789ea746fa4d4aab2cb964277ce025a232 (diff)
downloadlibextractor-d81398939a6db890f4e50ed5fe0a146ce41d4e34.tar.gz
libextractor-d81398939a6db890f4e50ed5fe0a146ce41d4e34.zip
-readme:
-rw-r--r--src/plugins/Makefile.am3
-rw-r--r--src/plugins/testdata/README8
2 files changed, 10 insertions, 1 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index c31c4ef..fc5f1eb 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -59,7 +59,8 @@ EXTRA_DIST = \
59 testdata/wav_noise.wav \ 59 testdata/wav_noise.wav \
60 testdata/wav_alert.wav \ 60 testdata/wav_alert.wav \
61 testdata/xm_diesel.xm \ 61 testdata/xm_diesel.xm \
62 testdata/zip_test.zip 62 testdata/zip_test.zip \
63 testdata/README
63 64
64 65
65if HAVE_MAGIC 66if HAVE_MAGIC
diff --git a/src/plugins/testdata/README b/src/plugins/testdata/README
new file mode 100644
index 0000000..4ad0466
--- /dev/null
+++ b/src/plugins/testdata/README
@@ -0,0 +1,8 @@
1These files are binary test files that were publicly available
2on the Internet and were reproduced here to test the logic of
3the respective plugin. They are not under the "GPL", but
4assumed to be reproducable (especially in this context) as they
5are used for compatibility testing and their content is often
6so trivial that they may not be copyrightable in the first place.
7In other cases, they were distributed liberally by the original
8authors.