From 47541722c16a59fcc574397d5413ddc1b4a11cde Mon Sep 17 00:00:00 2001 From: Anastasia Klimchuk Date: Wed, 20 Jul 2022 15:24:51 +1000 Subject: tests: Add basic lifecycle test for parade_lspcon This unit test does not require any additional mocks because init and shutdown of i2c infra was covered in realtek programmer lifecycle. Default mocking of i2c is sufficient to run a basic lifecycle. To run the test, config option for the programmer needs to be enabled explicitly, since by default this programmer is disabled. BUG=b:238816889 TEST=meson configure -Dconfig_parade_lspcon=true ninja test Change-Id: I0dcfae4a58c64b2e8d56ec51b4b050534cbb4cd2 Signed-off-by: Anastasia Klimchuk Reviewed-on: https://review.coreboot.org/c/flashrom/+/66003 Reviewed-by: Edward O'Callaghan Reviewed-by: Felix Singer Reviewed-by: Thomas Heijligen Tested-by: build bot (Jenkins) --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index f6f416f0..ee06b43f 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -25,6 +25,7 @@ srcs = [ 'dediprog.c', 'linux_mtd.c', 'linux_spi.c', + 'parade_lspcon.c', 'realtek_mst_i2c_spi.c', 'layout.c', 'chip.c', -- cgit v1.2.3