Fortran Wiki
UnitTest

UnitTest is part of the ObjexxFTK toolkit that also provides assertions and a small library of useful array and string operations.

UnitTest is aimed at making tests as simple to add as possible: simply write a test and run the Python script that finds all the tests and creates a Fortran driver program.

UnitTest is widely portable.

UnitTest doesn’t depend on Ruby!