Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | test_name |
subroutine announce_check(test_name)
character(*), intent(in) :: test_name
if (should_print(2)) write (*,*) ' --> Checking ', test_name, proc_message()
end subroutine announce_check