2020-05-06 16:01:27 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2020-04-20 14:34:16 +02:00
|
|
|
|
|
|
|
tests-y += i2c-test
|
2020-09-14 15:46:19 +02:00
|
|
|
tests-y += ddr4-test
|
2020-04-20 14:34:16 +02:00
|
|
|
|
|
|
|
i2c-test-srcs += tests/device/i2c-test.c
|
|
|
|
i2c-test-srcs += src/device/i2c.c
|
|
|
|
i2c-test-mocks += platform_i2c_transfer
|
2020-09-14 15:46:19 +02:00
|
|
|
|
|
|
|
ddr4-test-srcs += tests/device/ddr4-test.c
|
|
|
|
ddr4-test-srcs += tests/stubs/console.c
|
|
|
|
ddr4-test-srcs += src/device/dram/ddr4.c
|