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
Tests are in the repository here.
The C++ and Fortran unit tests utilise the GoogleTest and pFUnit frameworks, respectively.
mkdir build
cd build
cmake ..
make
# Either 'make test' or 'ctest'.
make test