![]() |
f2k
Reference documentation for version 0.0
|
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 |
This module contains a couple of utilities that are used to run the f2k tests.
subroutine, public f2k_test::end_test | ( | ) |
Subroutine that ends the test environment.
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.
[in] | outroot | output 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.
integer ( kind = 4 ), public f2k_test::test_unit = 666 |
Definition at line 35 of file f2k_tester.f90.