From 625e4b3112c46f9575a3c38e04f9767cc062ba36 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 17 Aug 2025 16:09:12 -0700 Subject: [PATCH] Meta/Dothem: run test-lint --- Dothem | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.3