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, 15 Feb 2020 21:56:53 +0000 (21:56 +0000)
commit31c89500dd7755b13880409d4edc441ff06ffd37
tree62b7fa853bcee7fd79501339b724f108231e8741
parentea91f2f6faafe6ea97921185fc583851873f8a24
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