54 character ( len = * ),
intent(in),
optional :: outroot
56 character ( len = : ),
allocatable :: root
59 if (
present( outroot ) )
then 60 root = adjustl( trim( outroot ) )
65 open( unit =
test_unit, file=root, status=
'REPLACE', action=
'WRITE' )
This module contains a couple of utilities that are used to run the f2k tests.
subroutine, public end_test()
Subroutine that ends the test environment.
subroutine, public start_test(outroot)
Subroutine that starts the test environment.
integer(kind=4), public test_unit