1# SPDX-License-Identifier: GPL-2.0-only 2 3tests-y += i2c-test 4tests-y += ddr4-test 5 6i2c-test-srcs += tests/device/i2c-test.c 7i2c-test-srcs += src/device/i2c.c 8i2c-test-mocks += platform_i2c_transfer 9 10ddr4-test-srcs += tests/device/ddr4-test.c 11ddr4-test-srcs += tests/stubs/console.c 12ddr4-test-srcs += src/device/dram/ddr4.c 13