From: Junio C Hamano Date: Sun, 17 Aug 2025 23:09:12 +0000 (-0700) Subject: Meta/Dothem: run test-lint X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=625e4b3112c46f9575a3c38e04f9767cc062ba36;p=thirdparty%2Fgit.git Meta/Dothem: run test-lint --- diff --git a/Dothem b/Dothem index bf84d66f1c..c52d4bb172 100755 --- a/Dothem +++ b/Dothem @@ -269,6 +269,10 @@ do section hdr-check Meta/Make $M $jobs -- hdr-check && + # test-lint + section test-lint + Meta/Make -- -C t test-lint && + if test -n "$san" then section SANITIZE=address,undefined