filter Interface

interface


Called by

interface~~filter~~CalledByGraph interface~filter filter proc~run~2 run proc~run~2->interface~filter proc~run~3 run proc~run~3->interface~filter

public module function filter(test_descriptions, subject) result(filtered_test_descriptions)

Arguments

Type IntentOptional Attributes Name
type(test_description_t), intent(in) :: test_descriptions(:)
character(len=*), intent(in) :: subject

Return Value type(test_description_t),allocatable,(:)

Description

The result is .true. an array of test_description_t objects whose description_ or contains the substring specified by command-line --contains flag if present, or all test_descriptions if the subject contains the same substring