@leroysheep / MovieWebApp / commits / 2d886b02d1

Meta/round: test with sha256, too

Junio C Hamano committed Dec 12, 2023 at 17:05 UTC 2d886b02d138eb512224aaed14164b2d68bbe62b
1 file changed +4 -1
round
+4 -1
index 0cd08c4daf..ed55bc5246 100755 --- 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" ;;