Skip to content

Commit 51b7478

Browse files
mderkse1crgeddes
authored andcommitted
Fix calling eepromddtest.H
Makefile change overwrote TESTS and lost adding of eepromddtest.H Change-Id: I01adcc3958ce181909589b159a86a54bceb65257 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82293 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: Christian R Geddes <crgeddes@us.ibm.com>
1 parent f1074af commit 51b7478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/usr/i2c/test/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ROOTPATH = ../../../..
2626

2727
MODULE = testi2c
2828
TESTS = eepromddtest.H
29-
TESTS = $(if $(CONFIG_SUPPORT_EEPROM_CACHING), eecachetest.H, )
29+
TESTS += $(if $(CONFIG_SUPPORT_EEPROM_CACHING), eecachetest.H, )
3030
TESTS += i2ctest.H
3131
TESTS += $(if $(CONFIG_TPMDD),tpmddtest.H,)
3232

0 commit comments

Comments
 (0)