report_results Interface

interface
private module subroutine report_results(self)

Arguments

Type IntentOptional Attributes Name
class(test_harness_t), intent(in) :: self

Description

If command line includes -h or --help, print usage information and stop. Otherwise, run tests and print results, including diagnostics for any failures. Also, tally and print the numbers of passing tests, total tests, skipped tests.