File: README.test

package info (click to toggle)
profphd-utils 1.0.10-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,972 kB
  • sloc: fortran: 32,780; perl: 124; makefile: 80; sh: 33; csh: 17
file content (23 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (4)
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.