tap.f90 File Reference

Go to the source code of this file.

Modules

module  tap
 

Functions/Subroutines

subroutine tap::tap_diag (str)
 
function tap::itoa (i)
 
character(len=12) function tap::rtoa (r)
 
subroutine, public tap::tap_plan (tests, why)
 
subroutine, public tap::tap_done ()
 
subroutine tap::tap_check (file, line, test, name)
 
subroutine, public tap::tap_check_at_loc (file, line, test, name)
 
subroutine, public tap::tap_check_op_at_loc (file, line, op, test, a, b, name)
 
subroutine, public tap::tap_check_close_at_loc (file, line, a, b, eps, name)
 
subroutine, public tap::tap_check_small_at_loc (file, line, a, eps, name)
 

Variables

integer, parameter tap::no_plan = -1
 
integer, parameter tap::skip_all = -2
 
integer, save tap::expected_tests = NO_PLAN
 
integer, save tap::failed_tests = 0
 
integer, save tap::current_test = 0