]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: detect missing Meson tests
authorPatrick Steinhardt <ps@pks.im>
Fri, 13 Dec 2024 10:41:20 +0000 (11:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 14:48:46 +0000 (06:48 -0800)
commit154ce05cce0ae23581fa79fe988521a2d91df134
tree48e0eeb0b1c6196b5c50232ff0823e258476e35a
parent0ed15121419e802476c17f904a499c6806acd710
Makefile: detect missing Meson tests

In the preceding commit, we have introduced consistency checks to Meson
to detect any discrepancies with missing or extraneous tests in its
build instructions. These checks only get executed in Meson though, so
any users of our Makefiles wouldn't be alerted of the fact that they
have to modify the Meson build instructions in case they add or remove
any tests.

Add a comparable test target to our Makefile to plug this gap.

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