aboutsummaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-12-28 12:20:34 -0800
committerJunio C Hamano <gitster@pobox.com>2024-12-28 12:20:35 -0800
commit306ab352f4e98f6809ce52fc4e5d63fb947d0635 (patch)
tree78a3d335a8f44c9fa399d363633c0a96b1da9bdd /t/test-lib.sh
parentdf2faf1a65fc821384e618b3c291a184fbed039e (diff)
parentd963ac98ec94fd2003722a794f0168a70ea1b815 (diff)
downloadgit-306ab352f4e98f6809ce52fc4e5d63fb947d0635.tar.xz
Merge branch 'ps/meson-test-wo-gitweb'
meson-based build without GitWeb failed the self tests. * ps/meson-test-wo-gitweb: meson: enable auto-discovered "gitweb" GIT-BUILD-OPTIONS: wire up NO_GITWEB option GIT-BUILD-OPTIONS: sort variables alphabetically
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 62dfcc4aaf..1a67adb207 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -1687,6 +1687,7 @@ esac
( COLUMNS=1 && test $COLUMNS = 1 ) && test_set_prereq COLUMNS_CAN_BE_1
test -z "$NO_CURL" && test_set_prereq LIBCURL
+test -z "$NO_GITWEB" && test_set_prereq GITWEB
test -z "$NO_ICONV" && test_set_prereq ICONV
test -z "$NO_PERL" && test_set_prereq PERL
test -z "$NO_PTHREADS" && test_set_prereq PTHREADS