]> git.ipfire.org Git - thirdparty/git.git/commit
meson: detect missing tests at configure time
authorPatrick Steinhardt <ps@pks.im>
Fri, 13 Dec 2024 10:41:19 +0000 (11:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 14:48:46 +0000 (06:48 -0800)
commit0ed15121419e802476c17f904a499c6806acd710
tree720986b63474a339248d074c3585a811d0da1e8b
parentc081e7340f5545342f80e77f4578851d77dc9cf6
meson: detect missing tests at configure time

It is quite easy for the list of integration tests to go out-of-sync
without anybody noticing. Introduce a new configure-time check that
verifies that all tests are wired up properly.

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