]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: rename clar-related variables to avoid confusion
authorPatrick Steinhardt <ps@pks.im>
Tue, 10 Sep 2024 06:23:45 +0000 (08:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Sep 2024 17:27:27 +0000 (10:27 -0700)
commitc3de556a841f132832f742d1c4d3a2618ee3b355
treea05cb2f4980844492d34db061038923e83cf99a2
parent894deb76a02c7bc98418100ec881768da77f3b75
Makefile: rename clar-related variables to avoid confusion

The Makefile variables related to the recently-introduced clar testing
framework have a `UNIT_TESTS_` prefix. This prefix is extremely similar
to the prefix used by our other unit tests that use our homegrown unit
testing framework, which is `UNIT_TEST_`. The consequence is that it is
easy to misread the names and confuse them with each other.

Rename the clar-related variables to instead have a `CLAR_TEST_` prefix
to address this.

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