test_runner Module



Derived Types

type, public ::  test_options_t

Components

Type Visibility Attributes Name Initial
logical, public :: verbose = .false.
logical, public :: quiet = .false.
character(len=256), public :: filter = ""
integer, public :: max_threads = 0

Subroutines

public subroutine run_parallel_tests(options, total_passed, total_failed, total_time)

Arguments

Type IntentOptional Attributes Name
type(test_options_t), intent(in) :: options
integer, intent(out) :: total_passed
integer, intent(out) :: total_failed
real, intent(out) :: total_time