Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-12 | ["test", "matrix"] Building a group of tests in many configurations | Klaus Aehlig | |
Often it is desirable to run tests in a variety of configurations: different toolchain used, different target architecture, different protocol versions in end-to-end tests, etc. The rule ["test", "matrix"] allows running tests in those exponentially many combinations in a single target and thus makes full test coverage maintainable. | |||
2024-08-21 | ["test", "suite"]: document fields | Klaus Aehlig | |
2024-08-20 | Add ["test", "suite"] | Klaus Aehlig | |
... collecting test results similar to the way "install" rules are typically used; however in such a way that the provider "lint" is forwarded. |