diff options
author | spashabk-in <shakeebbk@in.ibm.com> | 2017-12-09 09:36:11 -0600 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2018-01-19 04:26:41 -0500 |
commit | 8a863e816e41837dc954eba4b0962efcb0117889 (patch) | |
tree | 445824b8f8300753ecbe7d16950252c6b6621319 /src/test/framework/populate-sandbox | |
parent | c149d7d8d8b884aba84cc90ddc98597a9e35581e (diff) | |
download | talos-sbe-8a863e816e41837dc954eba4b0962efcb0117889.tar.gz talos-sbe-8a863e816e41837dc954eba4b0962efcb0117889.zip |
[SBE-code-re-org][6] Build configuration
Makefile re-org for project specific build
Change-Id: I51893710979f19cf00e41725c83d1c0c653c4b60
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50744
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/test/framework/populate-sandbox')
-rwxr-xr-x | src/test/framework/populate-sandbox | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/framework/populate-sandbox b/src/test/framework/populate-sandbox index 05da6b4a..f765d8fc 100755 --- a/src/test/framework/populate-sandbox +++ b/src/test/framework/populate-sandbox @@ -6,7 +6,7 @@ # # OpenPOWER sbe Project # -# Contributors Listed Below - COPYRIGHT 2015,2016 +# Contributors Listed Below - COPYRIGHT 2015,2018 # [+] International Business Machines Corp. # # @@ -58,4 +58,3 @@ execute_in_sandbox "cd $SBEFW_DIR; mk install_all" \ # Copy test files. cp -r $SBEROOT/src/test/testcases/* $SBETESTDIR/ || exit -1 - |