f2k  Reference documentation for version 0.0
Functions/Subroutines | Variables
f2k_test Module Reference

This module contains a couple of utilities that are used to run the f2k tests. More...

Functions/Subroutines

subroutine, public start_test (outroot)
 Subroutine that starts the test environment. More...
 
subroutine, public end_test ()
 Subroutine that ends the test environment. More...
 

Variables

integer(kind=4), public test_unit = 666
 

Detailed Description

This module contains a couple of utilities that are used to run the f2k tests.

Author
Marco Raveri

Function/Subroutine Documentation

subroutine, public f2k_test::end_test ( )

Subroutine that ends the test environment.

Author
Marco Raveri
Date
03 January 2017
Todo:

Definition at line 78 of file f2k_tester.f90.

subroutine, public f2k_test::start_test ( character ( len = * ), intent(in), optional  outroot)

Subroutine that starts the test environment.

Author
Marco Raveri
Date
03 January 2017
Todo:
Parameters
[in]outrootoutput root for the test file. If not passed the running directory is assumed and the name is assumed to be "output".

Definition at line 51 of file f2k_tester.f90.

Variable Documentation

integer ( kind = 4 ), public f2k_test::test_unit = 666

Definition at line 35 of file f2k_tester.f90.