Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MAX_PATH_LEN), | public | :: | name | = | "" | ||
character(len=MAX_PATH_LEN), | public | :: | executable | = | "" | ||
integer, | public | :: | status | = | TEST_PENDING | ||
character(len=MAX_OUTPUT_LEN), | public | :: | output | = | "" | ||
integer, | public | :: | exit_code | = | 0 | ||
real, | public | :: | duration | = | 0.0 |
type :: test_result_t character(len=MAX_PATH_LEN) :: name = "" character(len=MAX_PATH_LEN) :: executable = "" integer :: status = TEST_PENDING character(len=MAX_OUTPUT_LEN) :: output = "" integer :: exit_code = 0 real :: duration = 0.0 end type test_result_t