Release Name: 0.9.3
Notes:
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.
FUnit is {opinionated software}[http://www.oreillynet.com/pub/a/network/2005/08/30/ruby-rails-david-heinemeier-hansson.html], which values convention over
configuration. Specifically, FUnit,
* requires a Fortran 95 compiler,
* only supports testing routines contained in modules,
* requires tests to be stored along side the code under test, and
* requires test files to be named appropriately.
Changes:
=== 0.9.3 / 2007-12-23
* 2 bug fixes
* README.txt project URLs
* Repaired a test broken by 0.9.2
|