Fortran Wiki
Ftnunit

Ftnunit is the name of a small utility for unit testing that lives in the Flibs project - http://flibs.sf.net.

The philosophy behind it is that it should be easier to maintain the code for unit tests when they are part of the program itself rather than a separate program.