diff options
| author | Elizabeth Liner <eliner@us.ibm.com> | 2017-11-29 14:26:41 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-12-13 10:43:45 -0500 |
| commit | a147e58381566dacfec0014dd587111b45620326 (patch) | |
| tree | e65e5251ab72af09b5f4a64ea69d7dfc2e69ea6b /src/usr/sbeio/test/makefile | |
| parent | e29c5cfdb62cd3f5fc97f22438c528b05fd35b06 (diff) | |
| download | blackbird-hostboot-a147e58381566dacfec0014dd587111b45620326.tar.gz blackbird-hostboot-a147e58381566dacfec0014dd587111b45620326.zip | |
Unit tests for SbeRetryHandler
Change-Id: I86c25275c1fd218c10da8c604a971a342155b232
RTC:180961
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50179
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/test/makefile')
| -rw-r--r-- | src/usr/sbeio/test/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/sbeio/test/makefile b/src/usr/sbeio/test/makefile index 8dfb21f98..bb0c1e20c 100644 --- a/src/usr/sbeio/test/makefile +++ b/src/usr/sbeio/test/makefile @@ -27,6 +27,12 @@ ROOTPATH = ../../../.. EXTRAINCDIR += ${ROOTPATH}/src/usr/sbeio/ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/sbe MODULE = testsbeio |

