Scott Kruger <[email protected]> writes: > I usually do this: > > make -f gmakefile print-test globsearch='dm*' > > Then, when the tests printed out match the search I want, I edit the > command line to change print-test to test.
You can also tab-complete whatever specific test you want to run. If you want to run several with the same leading prefix, Meta-Shift-* in bash will complete everything that the tab completion would have offered.
