report Module Procedure

module procedure report module subroutine report(test, passes, tests, skips)

Arguments

Type IntentOptional Attributes Name
class(test_t), intent(in) :: test
integer, intent(inout) :: passes
integer, intent(inout) :: tests
integer, intent(inout) :: skips

Calls

proc~~report~~CallsGraph proc~report report interface~co_characterize test_result_t%co_characterize proc~report->interface~co_characterize interface~internal_this_image internal_this_image proc~report->interface~internal_this_image interface~passed test_result_t%passed proc~report->interface~passed interface~skipped test_result_t%skipped proc~report->interface~skipped results results proc~report->results subject subject proc~report->subject