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