]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: stop requiring Perl when running tests
authorPatrick Steinhardt <ps@pks.im>
Thu, 3 Apr 2025 05:06:00 +0000 (07:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Apr 2025 21:47:38 +0000 (14:47 -0700)
commit8d531a9d18d658f696de5a71458e832317b7ca5a
treef9ac2b425d1aab2c5703f69deb9ed328a339e0d1
parent267143f28659fb6868dd73e44bf06e3e26976666
Makefile: stop requiring Perl when running tests

The Makefile for our tests has a couple of targets that depend on Perl.
Adapt those targets to only run conditionally in case Perl is available
on the system so that it becomes possible to run the test suite without
Perl.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile