2a4e18ae84
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I9440d7a81e2a8b2bed87838fd5b11e71ac744f12 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80064 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
12 lines
323 B
Makefile
12 lines
323 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
tests-y += i2c-test
|
|
tests-y += ddr4-test
|
|
|
|
i2c-test-srcs += tests/device/i2c-test.c
|
|
i2c-test-srcs += src/device/i2c.c
|
|
i2c-test-mocks += platform_i2c_transfer
|
|
|
|
ddr4-test-srcs += tests/device/ddr4-test.c
|
|
ddr4-test-srcs += tests/stubs/console.c
|
|
ddr4-test-srcs += src/device/dram/ddr4.c
|