tester


tester, a BASH script which calls the test programs for FORTRAN77 codes.

For a FORTRAN77 code called "prog.f", stored in the "prog" directory, a test package may be provided. If so, it will be in the "prog_test" directory, with a source code named "prog_test.f" and a script to run the test called "prog_test.sh". The tester script will find and run all the test codes that satisfy a given pattern in an ls command, that should be set by the user.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

tester is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version and a Python version.

Related Data and Programs:

Reference:

  1. Cameron Newham, Bill Rosenblatt,
    Learning the BASH Shell,
    Third Edition,
    O'Reilly, 2005,
    ISBN: 978-0-596-00965-6,
    LC: QA76.O63.N458.

Source Code:


Last revised on 18 January 2020.