2020-05-06 16:01:27 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# This file is part of the coreboot project.
|
2020-04-20 14:34:16 +02:00
|
|
|
|
|
|
|
tests-y += i2c-test
|
|
|
|
|
|
|
|
i2c-test-srcs += tests/device/i2c-test.c
|
|
|
|
i2c-test-srcs += src/device/i2c.c
|
|
|
|
i2c-test-mocks += platform_i2c_transfer
|