diff options
author | Corey Swenson <cswenson@us.ibm.com> | 2016-07-08 11:46:04 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-07-26 14:33:16 -0400 |
commit | dd0a8a14f53b7053bcfa107fda1209bc54fd4332 (patch) | |
tree | dd825356b60068c5f1ab781954f7b6f665b675b7 /src/makefile | |
parent | 4414670dda8f3c4b99834a44d226ab439250f844 (diff) | |
download | talos-hostboot-dd0a8a14f53b7053bcfa107fda1209bc54fd4332.tar.gz talos-hostboot-dd0a8a14f53b7053bcfa107fda1209bc54fd4332.zip |
Enable HBRT targeting tests
Change-Id: I3aea0d203548809401b83fb853e4aeeb86095f22
RTC:153123
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26794
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index a703fb2bc..c64f4a83d 100644 --- a/src/makefile +++ b/src/makefile @@ -290,6 +290,7 @@ RUNTIME_TESTCASE_MODULES += $(if $(CONFIG_BMC_IPMI),testipmi_rt) RUNTIME_TESTCASE_MODULES += testpnor_rt RUNTIME_TESTCASE_MODULES += testfapi2_rt RUNTIME_TESTCASE_MODULES += testsecureboot_rt +RUNTIME_TESTCASE_MODULES += testtargeting_rt RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic |