1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

tests: Split lifecycle test file into per-programmer files

This patch creates individual files for each programmer's lifecycle
tests. Common functions that are reusable for all tests are
gathered in lifecycle.c. Each individual file needs to include
lifecycle.h

BUG=b:237606255
TEST=ninja test

Change-Id: If2307699dcbb3a085b91a2dcd41156e6fd07f812
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/65543
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Anastasia Klimchuk
2022-06-30 15:25:04 +10:00
parent 2aafc1fda5
commit 94efa44542
9 changed files with 502 additions and 383 deletions

View File

@ -21,6 +21,13 @@ srcs = [
'flashrom.c',
'spi25.c',
'lifecycle.c',
'dummyflasher.c',
'nicrealtek.c',
'raiden_debug_spi.c',
'dediprog.c',
'linux_mtd.c',
'linux_spi.c',
'realtek_mst_i2c_spi.c',
'layout.c',
'chip.c',
'chip_wp.c',