mbox series

[0/2] some unit-test Makefile polishing

Message ID 20240129031540.GA2433764@coredump.intra.peff.net (mailing list archive)
Headers show
Series some unit-test Makefile polishing | expand

Message

Jeff King Jan. 29, 2024, 3:15 a.m. UTC
The patches fixes two small hiccups I found with the unit-tests. Neither
is a show-stopper, but mostly just small quality-of-life fixes.

  [1/2]: Makefile: use order-only prereq for UNIT_TEST_BIN
  [2/2]: t/Makefile: get UNIT_TESTS list from C sources

 Makefile   | 2 +-
 t/Makefile | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

-Peff