Skip to content

Releases: fortuno-repos/fortuno

v0.1.0

13 Nov 23:28
v0.1.0
186c915
Compare
Choose a tag to compare

First official release of the Fortuno unit testing framework

Implemented features

  • serial unit testing
  • parallel unit testing for MPI-parallel projects
  • parallel unit testing for coarray-parallel projects
  • simple unit tests
  • fixtured tests
  • parametrized tests
  • automatic test registration (in combination with the Fypp-preprocessor)
  • integration with the fpm, CMake and Meson build systems

New Contributors