aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/tests
Commit message (Collapse)AuthorAgeFilesLines
* libmd: tests: raise WARNS to the defaultKyle Evans2024-09-305-9/+6
| | | | | | | | | The drivers just had a small issue, passing a literal string as non-const. Fix it and lift WARNS. PR: 280784 (exp-run) Reviewed by: delphij, emaste Differential Revision: https://reviews.freebsd.org/D34501
* libmd: split tests out into the test infrastructureKyle Evans2024-09-305-0/+525
Make us a little less reliant on individuals running the tests, we'll start running them as part of CI. PR: 280784 (exp-run) Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D34500