This HTML automatically generated with rman for NEMO
Table of Contents

Name

Testfile - a Makefile for regression testing

Description

NEMO uses a Testfile in specific directories to orechestrate a series of regression tests via the "make check" command. A Testfile follows the Makefile (see make(1) ) format. In local directories one tyically does

make -f Testfile clean all

to test and set up the tests. An example of a test could be the following make target in the Testfile:

mkplummer:
mkplummer mkplummer.100 100 seed=123
bsf mkplummer.100 test="0.00142653 0.648292 -4.67407 5.57043 701"

It is important to pick descriptive filenames, because these would show up in the summary of "cd $NEMO; make check" and help location the trouble spot. The file $NEMO/testsuite.log also contains the output logs of running the testsuite.

See Also

make(1) , nemo(1NEMO) , bsf(1NEMO) , Benchfile(5NEMO)

Author

Peter Teuben

Files


~/src/scripts/testsuite        script that orchestrates running all Testfile’s

History


jan-2000    testsuite written    PJT
28-mar-2025    documentation finally written        PJT


Table of Contents