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>
Sat, 7 Dec 2019 21:53:43 +0000 (21:53 +0000)
commit72fb649f07c643031e1c58f06f3da3de305f4ff0
tree9e1f337e817ce17945d8b912659bdb589a501716
parentdfa75ade7ffb222435da5f04e1efb481812b131d
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