File: README

package info (click to toggle)
libmseed 2.19.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,680 kB
  • sloc: ansic: 10,779; makefile: 133; sh: 112
file content (13 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
== The libmseed test suite ==

General mechanics:

Each *.c file is compiled into an executable, linking options for libmseed
are included.  The test passes if an executable is produced.

Each *.test file must be an executable (e.g. shell script) and have a
companion *.test.ref reference file.  The *.test file is executed, the
output saved to *.test.out and compared to the reference.  If the files
match the test passes.

The executables are built first as they are used in the later tests.