Skip to content

Releases: gha3mi/forunittest

v0.3.0

04 Aug 14:15
Compare
Choose a tag to compare

v0.3.0 - 2025-08-04

Features

  • feat: add preprocessor macro support for real kind selection (869d6f5) by @gha3mi
  • feat: added unit_tests derived type with summary (#5) (c1fda45) by @gha3mi

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Jul 10:50
Compare
Choose a tag to compare

v0.2.0 - 2025-07-22

Features

  • feat: add CMake testing job to CI/CD workflow (8c79502) by @gha3mi
  • feat: add release script for automated changelog generation and versioning (e34911f) by @gha3mi
  • feat: add CI configurations for fpm tests across multiple platforms (7df56d9) by @gha3mi

Fixes

  • fix: Refactor CMakeLists.txt to improve build options for examples and tests (bb8c3a0) by @gha3mi
  • fix: add use only (a8da224) by @gha3mi
  • fix: use FORUNITTEST_BUILD_TESTS flag (9e4619e) by @gha3mi
  • fix: update ctest directory for cmake tests to use 'build/debug' (10cb76c) by @gha3mi
  • fix: use fpm.rsp file for CI (43fe289) by @gha3mi
  • fix: update cmake test paths to use 'build/debug' and 'build/release' (aeeca2c) by @gha3mi
  • fix: add /cpp flag for ifx on windows (3293a7e) by @gha3mi
  • fix: remove /cpp flag for ifx on windows (e912cd7) by @gha3mi
  • fix: disable test builds by default and improve source file globbing (626b561) by @gha3mi
  • fix: avoid real equality comparison (gfortran warning) (b1fdafd) by @gha3mi

Others

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Dec 16:45
Compare
Choose a tag to compare
Add README.md and minor changes.