tests: Add tests of real old binary plugins.
commit0fa0941b2f5d191bff7837fc46139d2a58fbe9aa
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 14 Dec 2019 21:19:32 +0000 (14 21:19 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 15 Dec 2019 18:19:02 +0000 (15 18:19 +0000)
tree8889df064b64a8fe52b78a4b3f76c65bf774489c
parent244c309e8ca3aa461516d3160f1b9ba71df70433
tests: Add tests of real old binary plugins.

Compile the file plugin on older versions of nbdkit (for Linux x86-64
only) and during the tests actually prove that these plugins can still
load and run.  The file plugin was chosen because it demonstrates many
of the features of nbdkit plugins.
.gitignore
tests/Makefile.am
tests/old-plugins/README [new file with mode: 0644]
tests/old-plugins/x86_64/Linux/v1.0.0/nbdkit-file-plugin.so [new file with mode: 0755]
tests/old-plugins/x86_64/Linux/v1.12.8/nbdkit-file-plugin.so [new file with mode: 0755]
tests/old-plugins/x86_64/Linux/v1.2.8/nbdkit-file-plugin.so [new file with mode: 0755]
tests/old-plugins/x86_64/Linux/v1.8.4/nbdkit-file-plugin.so [new file with mode: 0755]
tests/test-old-plugins.sh [new file with mode: 0755]