autotest Program

Uses

  • program~~autotest~~UsesGraph program~autotest autotest module~finer finer program~autotest->module~finer module~finer_backend finer_backend module~finer->module~finer_backend module~finer_file_ini_t finer_file_ini_t module~finer->module~finer_file_ini_t penf penf module~finer_backend->penf module~finer_file_ini_t->module~finer_backend module~finer_file_ini_t->penf iso_fortran_env iso_fortran_env module~finer_file_ini_t->iso_fortran_env module~finer_section_t finer_section_t module~finer_file_ini_t->module~finer_section_t stringifor stringifor module~finer_file_ini_t->stringifor module~finer_option_t finer_option_t module~finer_file_ini_t->module~finer_option_t module~finer_section_t->module~finer_backend module~finer_section_t->penf module~finer_section_t->stringifor module~finer_section_t->module~finer_option_t module~finer_option_t->module~finer_backend module~finer_option_t->penf module~finer_option_t->stringifor

FiNeR autotest.

Usage

 ./autotest

Calls

program~~autotest~~CallsGraph program~autotest autotest proc~file_ini_autotest file_ini_autotest program~autotest->proc~file_ini_autotest str str proc~file_ini_autotest->str

Contents

Source Code


Source Code

program autotest
!< FiNeR autotest.
!<
!<### Usage
!<```bash
!< ./autotest
!<```
use finer, only :  file_ini_autotest

implicit none

print "(A)", 'FiNeR autotest'
call file_ini_autotest
endprogram autotest