File: README.test

package info (click to toggle)
librostlab 1.0.20-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,640 kB
  • sloc: sh: 10,149; cpp: 838; makefile: 114
file content (23 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (5)
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 installation-test

in order to confirm its integrity.

To test manually, compile /usr/share/doc/librostlab3-dev/examples/blosum62_test.cpp:

    g++ -Wall -lrostlab blosum62_test.cpp -o blosum62_test

After that run:

    ./blosum62_test

As a result, blosum62 matrix contents will be written to stdout. 
This is simplest possible test which demonstrates that librostlab's header 
files are installed and can be found. 

If you wish to use library for more advanced cases, address to documentation 
available in package `librostlab-doc`.