Skip to content

Releases: fortran-lang/test-drive

test-drive version 0.5.0

30 Aug 09:00
fd66b4b
Compare
Choose a tag to compare

Changelog

  • add OpenMP condition to serialize runtests on requests by @jvdp1 in #11
  • Avoid runtime checks by @awvwgk in #16
  • Fix compilation with Intel Fortran by @awvwgk in #17
  • Fix fetch method causing test-drive tests to be included in CTest list by @topherocity in #18
  • Fix overflow for huge negative integers by @awvwgk in #21
  • Make feature detection configurable in meson by @awvwgk in #23
  • Remove gcc-6 on macos-latest and gcc-[78] on ubuntu-latest workflows by @milancurcic in #28
  • ci: use setup-fortran, bump actions, add requirements.txt by @wpbonelli in #29
  • Update compile/link args in config/meson.build by @wpbonelli in #31
  • docs(readme): fix typos by @stigh in #32
  • Allow fetching from a specific git tag. by @Sean1708 in #24
  • Update CI by @awvwgk in #38
  • Allow overriding of precision check in CMake by @awvwgk in #37
  • Update version to 0.5.0 by @awvwgk in #39

New Contributors

Full Changelog: v0.4.0...v0.5.0

test-drive version 0.4.0

14 Nov 14:52
9c3401e
Compare
Choose a tag to compare
  • namespace CMake tests to avoid clashes when used as subproject
  • add optional support for quadruple and extended double precision (autodetects in meson and CMake, opt-in for fpm)

Initial version of test-drive

10 Sep 17:54
96c9d02
Compare
Choose a tag to compare

First official release of the test-drive unit testing framework.

  • procedural unit testing frameworks, no macros or custom preprocessor required
  • support for unit test suites and collections of test suites
  • selection of individual tests from test suites
  • meson, cmake and fpm integration available