chiark / gitweb /
test-common: Use $(wildcard ) rather than $(shell echo )
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 Dec 2019 01:18:26 +0000 (01:18 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 13:15:50 +0000 (13:15 +0000)
commite7897e7712f036003984c7e9c52697a82a04ab5c
tree90a2910a6bbdae806beeaca68dbf1c6b44c70b9c
parent6a159c511a207653a043cae211e5736f45997987
test-common: Use $(wildcard ) rather than $(shell echo )

This is probably a bit faster, but more relevantly it would DTRT if
for some reason there were no applicable tests.  Which is going to
happen in a moment, when we add some machinery before the applicable
test.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
test-common.sd.mk