Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-06 | Generate release notes for 0.64. | Jussi Pakkanen | 1 | -6/+0 | |
2022-09-23 | mtest: implement a maxfail option | Eli Schwartz | 1 | -0/+6 | |
This allows early exit of the project tests once a certain number of failures are detected. For example `meson test --maxfail=1` will abort as soon as a single test fails. Currently running tests are marked as failed via INTERRUPT. Resolves #9352 |