test_caupdf Subroutine

subroutine test_caupdf()

call unit_check(‘caupdf’, 0.eq.0, ‘checking’,100)

Arguments

None

Source Code

subroutine test_caupdf()
   call unit_check_start('caupdf',msg='')
   !!call unit_check('caupdf', 0.eq.0, 'checking',100)
   call unit_check_done('caupdf',msg='')
end subroutine test_caupdf