Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_t), | intent(in) | :: | test | |||
integer, | intent(inout) | :: | passes | |||
integer, | intent(inout) | :: | tests | |||
integer, | intent(inout) | :: | skips |
Print the test results and increment the tallies of passing tests, total tests, and skipped tests.