report Interface

interface


Called by

interface~~report~2~~CalledByGraph interface~report~2 test_t%report proc~report report proc~report->interface~report~2

private 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

Description

Print the test results and increment the tallies of passing tests, total tests, and skipped tests.