]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5526-fetch-submodules.sh
Merge branch 'jk/unit-tests-buildfix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 21:20:33 +0000 (13:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 21:20:33 +0000 (13:20 -0800)
commit6dbc1eb664fd62b272977d16082bb6440514907b
tree81cfe6c1446346794f53ff05d7630016aa3ca618
parent2c90347a94277146daa74149c0af9d6466b66606
parent4904a4d08cc085716df12ce713ae7ee3d5ecb75a
Merge branch 'jk/unit-tests-buildfix'

Build dependency around unit tests has been fixed.

* jk/unit-tests-buildfix:
  t/Makefile: say the default target upfront
  t/Makefile: get UNIT_TESTS list from C sources
  Makefile: remove UNIT_TEST_BIN directory with "make clean"
  Makefile: use mkdir_p_parent_template for UNIT_TEST_BIN
Makefile