Building our "gitweb" interface is optional in our Makefile and in Meson and not wired up at all with CMake, but disabling it causes a couple of tests in the t950* range that pull in "t/lib-gitweb.sh". This is because the test library knows to execute gitweb-tests based on whether or not Perl is available, but we may have Perl available and still end up not building gitweb e.g. with `make test NO_GITWEB=YesPlease`. Fix this issue by wiring up a new "NO_GITWEB" build option so that we can skip these tests in case gitweb is not built. Note that this new build option requires us to move the configuration of GIT-BUILD-OPTIONS to a later point in our Meson build instructions. But as that file is only consumed by our tests at runtime this change does not cause any issues. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
BROKEN_PATH_FIX=@BROKEN_PATH_FIX@
|
|
DIFF=@DIFF@
|
|
FSMONITOR_DAEMON_BACKEND=@FSMONITOR_DAEMON_BACKEND@
|
|
FSMONITOR_OS_SETTINGS=@FSMONITOR_OS_SETTINGS@
|
|
GITWEBDIR=@GITWEBDIR@
|
|
GIT_INTEROP_MAKE_OPTS=@GIT_INTEROP_MAKE_OPTS@
|
|
GIT_PERF_LARGE_REPO=@GIT_PERF_LARGE_REPO@
|
|
GIT_PERF_MAKE_COMMAND=@GIT_PERF_MAKE_COMMAND@
|
|
GIT_PERF_MAKE_OPTS=@GIT_PERF_MAKE_OPTS@
|
|
GIT_PERF_REPEAT_COUNT=@GIT_PERF_REPEAT_COUNT@
|
|
GIT_PERF_REPO=@GIT_PERF_REPO@
|
|
GIT_TEST_CMP=@GIT_TEST_CMP@
|
|
GIT_TEST_CMP_USE_COPIED_CONTEXT=@GIT_TEST_CMP_USE_COPIED_CONTEXT@
|
|
GIT_TEST_GITPERLLIB=@GIT_TEST_GITPERLLIB@
|
|
GIT_TEST_INDEX_VERSION=@GIT_TEST_INDEX_VERSION@
|
|
GIT_TEST_MERGE_TOOLS_DIR=@GIT_TEST_MERGE_TOOLS_DIR@
|
|
GIT_TEST_OPTS=@GIT_TEST_OPTS@
|
|
GIT_TEST_PERL_FATAL_WARNINGS=@GIT_TEST_PERL_FATAL_WARNINGS@
|
|
GIT_TEST_POPATH=@GIT_TEST_POPATH@
|
|
GIT_TEST_TEMPLATE_DIR=@GIT_TEST_TEMPLATE_DIR@
|
|
GIT_TEST_TEXTDOMAINDIR=@GIT_TEST_TEXTDOMAINDIR@
|
|
GIT_TEST_UTF8_LOCALE=@GIT_TEST_UTF8_LOCALE@
|
|
LOCALEDIR=@LOCALEDIR@
|
|
NO_CURL=@NO_CURL@
|
|
NO_EXPAT=@NO_EXPAT@
|
|
NO_GETTEXT=@NO_GETTEXT@
|
|
NO_GITWEB=@NO_GITWEB@
|
|
NO_ICONV=@NO_ICONV@
|
|
NO_PERL=@NO_PERL@
|
|
NO_PERL_CPAN_FALLBACKS=@NO_PERL_CPAN_FALLBACKS@
|
|
NO_PTHREADS=@NO_PTHREADS@
|
|
NO_PYTHON=@NO_PYTHON@
|
|
NO_REGEX=@NO_REGEX@
|
|
NO_UNIX_SOCKETS=@NO_UNIX_SOCKETS@
|
|
PAGER_ENV=@PAGER_ENV@
|
|
PERL_LOCALEDIR=@PERL_LOCALEDIR@
|
|
PERL_PATH=@PERL_PATH@
|
|
PYTHON_PATH=@PYTHON_PATH@
|
|
RUNTIME_PREFIX=@RUNTIME_PREFIX@
|
|
SANITIZE_ADDRESS=@SANITIZE_ADDRESS@
|
|
SANITIZE_LEAK=@SANITIZE_LEAK@
|
|
SHELL_PATH=@SHELL_PATH@
|
|
TAR=@TAR@
|
|
TEST_OUTPUT_DIRECTORY=@TEST_OUTPUT_DIRECTORY@
|
|
TEST_SHELL_PATH=@TEST_SHELL_PATH@
|
|
USE_GETTEXT_SCHEME=@USE_GETTEXT_SCHEME@
|
|
USE_LIBPCRE2=@USE_LIBPCRE2@
|
|
X=@X@
|