diff options
| author | Chris Engel <cjengel@us.ibm.com> | 2015-08-25 09:37:28 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-15 16:46:13 -0400 |
| commit | e09fae967685172091f4b90657dacd4a0c5a1e5c (patch) | |
| tree | f7bfaded7697b23093300d9aa6ccdada85c6ac8b /src/usr/secureboot/trusted/test/makefile | |
| parent | f52d668fcefa6e35650aa8eab78b5405b0612992 (diff) | |
| download | talos-hostboot-e09fae967685172091f4b90657dacd4a0c5a1e5c.tar.gz talos-hostboot-e09fae967685172091f4b90657dacd4a0c5a1e5c.zip | |
Trustedboot TPM Event log manager
Change-Id: I4a8c2010421a63e44112666bdd424e2e5d010e7f
RTC: 125289
ForwardPort: yes
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/960
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Tested-by: FSP CI Jenkins
Reviewed-by: Timothy R. Block <block@us.ibm.com>
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22009
Diffstat (limited to 'src/usr/secureboot/trusted/test/makefile')
| -rw-r--r-- | src/usr/secureboot/trusted/test/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/secureboot/trusted/test/makefile b/src/usr/secureboot/trusted/test/makefile index 3345252a6..25a8c1508 100644 --- a/src/usr/secureboot/trusted/test/makefile +++ b/src/usr/secureboot/trusted/test/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015 +# Contributors Listed Below - COPYRIGHT 2015,2016 # [+] International Business Machines Corp. # # @@ -26,5 +26,6 @@ ROOTPATH = ../../../../.. MODULE = testtrusted TESTS += $(if $(CONFIG_TPMDD),trustedbootTest.H,) +TESTS += $(if $(CONFIG_TPMDD),tpmLogMgrTest.H,) -include ${ROOTPATH}/config.mk
\ No newline at end of file +include ${ROOTPATH}/config.mk |

