If your question is, "how do I do this from the command line", there
are two ways to do it.
./Build test --tap_harness_args jobs=8
HARNES_OPTIONS=j8 ./Build test
I'm not fond of either, I'd love to have a --jobs=8 that could
theoretically include building too, but that's unlikely to happen
soon.
Leon