Releases: fortran-lang/test-drive
Releases · fortran-lang/test-drive
test-drive version 0.5.0
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
- @jvdp1 made their first contribution in #11
- @topherocity made their first contribution in #18
- @milancurcic made their first contribution in #28
- @wpbonelli made their first contribution in #29
- @stigh made their first contribution in #32
- @Sean1708 made their first contribution in #24
Full Changelog: v0.4.0...v0.5.0
test-drive version 0.4.0
- 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
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