]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: use project lints as tests in meson
authorAydın Mercan <aydin@isc.org>
Mon, 27 Jul 2026 10:29:10 +0000 (13:29 +0300)
committerAydın Mercan <aydin@isc.org>
Mon, 27 Jul 2026 10:29:10 +0000 (13:29 +0300)
commit319ea1237ace2c5c18181350804fbc684cb9056b
tree8acb07af90a89406434b87a44562204100af21b6
parent2987da1ca71f630ae72b63b3bc90b4a28dfa5480
parent00982126a9a68bab072bd1a264892031d1339e3c
chg: dev: use  project lints as tests in meson

The check scripts run in the CI job `misc` is also useful in development
enough that it warrants an easy way to execute them all at once.

Add these scripts as unit tests with the suite `lint`.

Merge branch 'aydin/meson-misc-checks' into 'main'

See merge request isc-projects/bind9!12437