1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Notes on how this package can be tested.
────────────────────────────────────────
This package can be tested by executing
sh convert-seq-test
sh filter-hssp-test
in order to confirm its integrity.
To test manually, run one of these executables:
convert_seq
filter_hssp
They both work in interactive mode (as described in man pages), testsuite
simply emulates one of the possible sequences of user input commands.
Each `\n` in tests corresponds to moving forward to next command.
As stated in man pages for `convert_seq` and `filter_hssp`, these programs
write output to STDOUT. It means that in normal situation no errors should
be produced.
Example files for this testsuite were taken from `profphd` source package.
|