Skip to content

Add and use a minimalistic test infrastructure

Choose a tag to compare

@rouson rouson released this 05 Oct 06:59
· 172 commits to main since this release
f5dc594

This release

  1. Introduces and uses a simple test infrastructure based around the test_t abstract type and test_result_t type. See the test/ subdirectory for an example of the use of these new types. 🏗️
  2. Simplifies the fpm.toml manifest by switching the the default test subdirectory name. 📔
  3. Fixes an issue with the documentation deployment script in the corresponding GitHub CI script. 📚
  4. Eliminates the dependency on Vegetables, 🔪 🥕 which currently blocks the use of the Intel compilers due to compiler bugs. 🐞

Examples of the use of the new test infrastructure are in the test/ subdirectory.

What's Changed

  • doc(co_all): improve the language in a ford comment by @rouson in #29 🚗
  • Replace vegetables by @rouson in #31 🔪 🥔

Full Changelog: 3.0.0...3.1.0