]> git.ipfire.org Git - thirdparty/git.git/commit
cmake: stop looking for `REFTABLE_TEST_OBJS` in the Makefile
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 18 Sep 2024 19:23:20 +0000 (19:23 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 01:06:05 +0000 (18:06 -0700)
commit75c4d8f0448a7669447942e725cb87ce22067ff2
tree960b28673ff7942c2e15f63328d1479268ecb9cf
parent77c6bd9f38c96a568d851beef185aeb9930de7b4
cmake: stop looking for `REFTABLE_TEST_OBJS` in the Makefile

As of 15e29ea1c648 (t: move reftable/stack_test.c to the unit testing
framework, 2024-09-08), the reftable tests are no longer part of
`test-tool.exe`, so let's stop looking for those lines that are no
longer in the `Makefile`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt