13th unit test.
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
integer | :: | n_errors |
program jf_test_13
!! 13th unit test.
use jf_test_13_mod, only: test_13
implicit none
integer :: n_errors
call test_13(n_errors)
if ( n_errors /= 0) stop 1
end program jf_test_13