/fortran_test_helper

A Fortran library to provide assistance to testing.

Primary LanguageFortranGNU General Public License v3.0GPL-3.0

fortran_test_helper

A Fortran library to provide assistance to testing.

Status

CMake FPM

Build with CMake

This library can also be built using CMake. For instructions see Running CMake. CMake version 3.24 or higher is required.

Building PEAKS with FPM

This library can be built using Fortran Package Manager (fpm) using the supplied fpm.toml.

fpm build
fpm test --list
fpm test <test_name, see `fpm.toml` or list>

Documentation

The documentation can be found here.