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`.
|