blob: 4626c3cf3d988d8ba080b49c4ec57b92f4f38fda [file] [log] [blame]
Jan Dabrosb0800d32020-05-06 16:01:27 +02001# SPDX-License-Identifier: GPL-2.0-only
Jan Dabrosa67cc5f2020-04-20 14:34:16 +02002
3tests-y += i2c-test
Rob Barnesa01ee362020-09-14 07:46:19 -06004tests-y += ddr4-test
Jan Dabrosa67cc5f2020-04-20 14:34:16 +02005
6i2c-test-srcs += tests/device/i2c-test.c
7i2c-test-srcs += src/device/i2c.c
8i2c-test-mocks += platform_i2c_transfer
Rob Barnesa01ee362020-09-14 07:46:19 -06009
10ddr4-test-srcs += tests/device/ddr4-test.c
11ddr4-test-srcs += tests/stubs/console.c
12ddr4-test-srcs += src/device/dram/ddr4.c