Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MAX_PATH_LEN), | public | :: | name | = | "" | ||
character(len=MAX_PATH_LEN), | public | :: | executable | = | "" |
type :: test_case_t character(len=MAX_PATH_LEN) :: name = "" character(len=MAX_PATH_LEN) :: executable = "" end type test_case_t