Testing

Tests are in the repository here.

Unit Tests

The C++ and Fortran unit tests utilise the GoogleTest and pFUnit frameworks, respectively.

Running

mkdir build
cd build
cmake ..
make
# Either 'make test' or 'ctest'.
make test