mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
Allow parallel unit testing in make_all.sh
We are already applying arguments of make_all.sh to building ec binary for each board. Let's also apply them to 'make runtests'. BUG=None TEST=util/make_all.sh -j8 BRANCH=None Change-Id: I267aee662c015e65b737640815dbbb0cb72c58ba Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/167826 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
b448746bac
commit
b75a3ee153
@@ -14,4 +14,4 @@ for b in $boards; do
|
||||
done
|
||||
|
||||
# Run unit tests
|
||||
make BOARD=host runtests
|
||||
make BOARD=host runtests $*
|
||||
|
||||
Reference in New Issue
Block a user