File: README.test

package info (click to toggle)
libzerg 1.0.7-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 224 kB
  • sloc: ansic: 62; makefile: 51; sh: 18; cpp: 16
file content (19 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/libzerg0-dev/examples/example.cpp:

    g++ -Wall -lzerg example.cpp -o example

After that unzip /usr/share/doc/libzerg0-dev/examples/converged.ali.gz to 
current folder and call

    ./example converged.ali

As a result, content of `converged.ali` should be printed to stdout.