]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/round: test with sha256, too
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Dec 2023 01:05:13 +0000 (17:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Dec 2023 01:05:13 +0000 (17:05 -0800)
round

diff --git a/round b/round
index 0cd08c4daf52117f8230ef1540f1f2f61ddbb3b3..ed55bc524624ec95eae46f516b387507ced60e12 100755 (executable)
--- a/round
+++ b/round
@@ -2,7 +2,7 @@
 
 # Give names of targets to use on the command line
 # coccicheck is not enabled by default
-default="sparse hdr-check leaks address,undefined test check-docs doc"
+default="sparse hdr-check sha256 leaks address,undefined test check-docs doc"
 skip=" "
 more=" "
 
@@ -44,6 +44,9 @@ do
                Meta/Make -j16 -- NO_REGEX=NoThanks clean >/dev/null 2>&1 &&
                rm -f compat/regex/regex.o
                ;;
+       sha256)
+               GIT_TEST_DEFAULT_HASH=sha256 Meta/Make -j16 test
+               ;;
        *)
                Meta/Make -j16 "$t"
                ;;