Files | Admin

Notes:

Release Name: 0.9.0

Notes:
== DESCRIPTION:
  
FUnit is a unit testing framework for Fortran modules.

Unit tests are written as Fortran fragments that use a small
set of testing-specific keywords and functions.  FUnit transforms
these fragments into valid Fortran code, compiles, links, and
runs them against the module under test.


Changes: === 0.1.3 / 2006-06-21 * 1 bug fix * Do not remove unit tests! (Thanks to Sebastian Hanigk and James Quirk.)