Runs all tests in given array tests
, returns test states in array
stats
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name |
Test name. |
||
type(test_type), | intent(inout) | :: | tests(:) |
Test types. |
||
logical, | intent(out) | :: | stats(:) |
|
||
logical, | intent(in), | optional | :: | no_color |