Josh Steadmon <steadmon@xxxxxxxxxx> writes: >> As we discussed in Peff's Makefile change that enumerates "which are >> the unit-test programs?" Generally, $(wildcard) and readdir() to >> slurp everything in a directory, including stuff that is an >> untracked cruft, is not an excellent idea. >> >> This is not an end-user facing program and we are in full control of >> its input (most notably, "which ones should we be running?"), I do >> not think it would be a huge issue, though. > > Would you prefer if I remove the default behavior of "run everything in > the CWD" and require passing in at least one filename filter? No preference either way at all.