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 <[email protected]> Tested-by: Jenkins OP Build CI <[email protected]> Tested-by: FSP CI Jenkins <[email protected]> Tested-by: Jenkins OP HW <[email protected]> Reviewed-by: Christian R Geddes <[email protected]>
1 parent f1074af commit 51b7478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usr/i2c/test/makefile

+1-1
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)