diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2017-09-25 14:31:35 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-09-27 09:44:28 -0400 |
| commit | a67e6739dfee8207862557ae63ddf337fadeedb8 (patch) | |
| tree | e1a4e7e914457874fb3898e5c5914856a6412a64 /src/makefile | |
| parent | 7f59b42ea81b713c5e3c0cbeed38bd8858aa3ff6 (diff) | |
| download | blackbird-hostboot-a67e6739dfee8207862557ae63ddf337fadeedb8.tar.gz blackbird-hostboot-a67e6739dfee8207862557ae63ddf337fadeedb8.zip | |
Enabled dump test cases
Before we had mainstore memory avail in p9 we disabled this
Change-Id: Ie280bd418ccb0f8692c91b9a7b5b511d71b51050
RTC: 179069
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46691
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/makefile b/src/makefile index 05cadfb46..8cdafe46c 100644 --- a/src/makefile +++ b/src/makefile @@ -242,10 +242,7 @@ TESTCASE_MODULES += testhwas TESTCASE_MODULES += testvpd TESTCASE_MODULES += testsyslib TESTCASE_MODULES += testscom - -#Requires main store memory @TODO RTC: 132577 -#TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testdump) - +TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testdump) TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime) #@TODO RTC: 137561 Enable this test case when interupt story is complete |

