unit-test: Enable parallel building

Running one off unit test builds could saturate more of the provided CPU
if we enabled parallel make steps. Currently our make processes just use
single threaded mode. This allows us to use all of the available CPUs
when building and testing projects which vastly speeds up builds on
projects with many dependencies when run on machines with many cores. It
also ensures that our builds have specified their dependencies correctly
since the Makefile will be run out of order and based more on the DAG.

Change-Id: I8dfefa9bb4d314143e020c32d40b82661e0a3981
Signed-off-by: William A. Kennington III <wak@google.com>
1 file changed