Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.25 KB

File metadata and controls

29 lines (16 loc) · 1.25 KB

v0.3.0-alpha - 2025-11-09

  • Modernised F90 to use END IF and END DO.
  • Fix added for exit status under GNU compiler.

v0.2.0-alpha - 2023-12-29

  • Added compatibility with Intel and NAG compilers.

v0.1.5-alpha - 2023-12-05

  • Fixes to file detection and unnecessary repetition during test pickup.

v0.1.4-alpha - 2022-08-17

  • Added command line specifications, users can now specify which tests to run when executing the binary.

v0.1.3-alpha - 2022-08-17

  • Fixes added to address issues of 0 being returned even when tests fail

v0.1.2-alpha - 2022-08-16

  • Removes dependency on bash within the fortutf.cmake file allowing it to run on BASH-less systems.

v0.1.0-alpha - 2021-02-25

  • Added test methods for various assertion checks including type checking and value matching for most FORTRAN types
  • Created PyTest inspired results presentation