Skip to content

jchristopherson/fortran_test_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.