Y
Hacker News
new
|
ask
|
show
|
jobs
by
jp57
1029 days ago
Seems like you could accomplish the same thing more cleanly (IMO) with make. You can create a target for each test, which can be done with patterns, and then use `make -j` to run them in parallel.