next up previous contents index
Next: A4. Cleanup Up: A. Building and Testing Previous: A2.3 Building the Test   Contents   Index


A3. Running the Test Suite

To run a subset of the test problems and display a one-line summary for each problem:

Command Version Tested
gmake test_4 optimized real*4 version
gmake test_4g debug real*4 version
gmake test_8 optimized real*8 version
gmake test_8g debug real*8 version

To run all the test problems and display a one-line summary for each problem:

Command Version Tested
gmake testall_4 optimized real*4 version
gmake testall_4g debug real*4 version
gmake testall_8 optimized real*8 version
gmake testall_8g debug real*8 version


next up previous contents index
Next: A4. Cleanup Up: A. Building and Testing Previous: A2.3 Building the Test   Contents   Index
John A. Turner