summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/framework/build-script4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/framework/build-script b/src/test/framework/build-script
index 5fda45aa..35c4d5fa 100755
--- a/src/test/framework/build-script
+++ b/src/test/framework/build-script
@@ -6,7 +6,7 @@
#
# OpenPOWER sbe Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2017
+# Contributors Listed Below - COPYRIGHT 2015,2018
# [+] International Business Machines Corp.
#
#
@@ -39,7 +39,7 @@ source "$SBEROOT/src/test/framework/setup-env"
#COPYRIGHT_PID=$!
# Build SEEPROM Image
-bash -c "make install" || exit -1
+bash -c "make install -j" || exit -1
# Create simics sandbox.
create-sandbox > create-sandbox.log 2>&1 &
OpenPOWER on IntegriCloud