Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | verbose | = | .false. | ||
logical, | public | :: | quiet | = | .false. | ||
character(len=256), | public | :: | filter | = | "" | ||
integer, | public | :: | max_threads | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(test_options_t), | intent(in) | :: | options | |||
integer, | intent(out) | :: | total_passed | |||
integer, | intent(out) | :: | total_failed | |||
real, | intent(out) | :: | total_time |