1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Notes on how this package can be tested.
────────────────────────────────────────
This package uses `autopkgtest-pkg-perl` as a default testsuite.
Read more at https://pkg-perl.alioth.debian.org/autopkgtest.html
To test manually, run:
perl /usr/share/doc/librg-blast-parser-perl/01RG-Blast-Parser.t
Another test (02test.t) uses example files.
To run it, cd to some dir where you have write permissions and do
cp -r /usr/share/doc/librg-blast-parser-perl/examples .
gunzip examples/*.gz
perl /usr/share/doc/librg-blast-parser-perl/02test.t
|