Add and use a minimalistic test infrastructure
This release
- Introduces and uses a simple test infrastructure based around the
test_tabstract type andtest_result_ttype. See thetest/subdirectory for an example of the use of these new types. 🏗️ - Simplifies the
fpm.tomlmanifest by switching the the default test subdirectory name. 📔 - Fixes an issue with the documentation deployment script in the corresponding GitHub CI script. 📚
- 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