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.
~/src/scripts/testsuite script that orchestrates running all Testfile’s
jan-2000 testsuite written PJT 28-mar-2025 documentation finally written PJT