History log of /freebsd/lib/libmd/tests/mddriver.c (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0
# 01112a17 08-Mar-2022 Kyle Evans <kevans@FreeBSD.org>

libmd: tests: raise WARNS to the default

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
Differ

libmd: tests: raise WARNS to the default

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

show more ...


# e0c51286 08-Mar-2022 Kyle Evans <kevans@FreeBSD.org>

libmd: split tests out into the test infrastructure

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: delphi

libmd: split tests out into the test infrastructure

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

show more ...