diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2019-05-01 12:30:54 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-06-24 10:29:27 -0500 |
| commit | 2c86bbc37ee8d0a2c0da169ace605dde319c898a (patch) | |
| tree | 10bb64bd91068566c077436a2785ed83f84c5288 /src/usr/mmio/test/makefile | |
| parent | 1ac1e9584462a41e204ffaae13f086b0a22c6cf8 (diff) | |
| download | talos-hostboot-2c86bbc37ee8d0a2c0da169ace605dde319c898a.tar.gz talos-hostboot-2c86bbc37ee8d0a2c0da169ace605dde319c898a.zip | |
Run exp tests in Axone and make generic Load utility
Removed CONFIG_AXONE_BRING_UP from expscomtest.H
Added common load utility for loading/unloading needed
modules for testcases. Added a mutex to avoid inband
command/response contention between testcases.
Change-Id: Ia96991983be18fab840b59b8dc7dd1383ecc4abc
RTC:201738
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76818
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Glenn Miles <milesg@ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/mmio/test/makefile')
| -rw-r--r-- | src/usr/mmio/test/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/mmio/test/makefile b/src/usr/mmio/test/makefile index 68c11b604..3a9af5d71 100644 --- a/src/usr/mmio/test/makefile +++ b/src/usr/mmio/test/makefile @@ -28,6 +28,7 @@ MODULE = testmmio EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/common/include/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/ +EXTRAINCDIR += ${ROOTPATH}/src/usr/expaccess/ TESTS = *.H |

