aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.