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(size(tests)) |
|
||
| character(len=*), | intent(in), | optional | :: | version |
Compiler version. |
|
| character(len=*), | intent(in), | optional | :: | options |
Compiler options. |