14th unit test.
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
integer | :: | n_errors |
program jf_test_14
!! 14th unit test.
use jf_test_14_mod, only: test_14
implicit none
integer :: n_errors
call test_14(n_errors)
if ( n_errors /= 0) stop 1
end program jf_test_14