From b75a3ee153c1834f0b71fe5d72de076cd112cd0f Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Tue, 3 Sep 2013 16:59:36 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/167826 Reviewed-by: Vincent Palatin Reviewed-by: Randall Spangler --- util/make_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/make_all.sh b/util/make_all.sh index 558b8fa3bc..33370eb260 100755 --- a/util/make_all.sh +++ b/util/make_all.sh @@ -14,4 +14,4 @@ for b in $boards; do done # Run unit tests -make BOARD=host runtests +make BOARD=host runtests $* -- cgit v1.2.1