]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/test-lib.sh
Sync with Git 2.30.7
[thirdparty/git.git] / t / test-lib.sh
index d3f6af6a65451cdd7868e5dc355b44fed49a0670..474bf926d2eecfd46a077a06868b31da733ba1e2 100644 (file)
@@ -1635,6 +1635,10 @@ build_option () {
        sed -ne "s/^$1: //p"
 }
 
+test_lazy_prereq SIZE_T_IS_64BIT '
+       test 8 -eq "$(build_option sizeof-size_t)"
+'
+
 test_lazy_prereq LONG_IS_64BIT '
        test 8 -le "$(build_option sizeof-long)"
 '