1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-08-16 03:44:41 +02:00

tests: Rename init_shutdown.c into lifecycle.c

Lifecycle tests are getting an upgrade later in this chain, which
means lifecycle becomes more than just init and shutdown. Rename
into lifecycle.c to reflect the upgrade.

BUG=b:181803212
TEST=ninja test

Change-Id: I8d734c43cc15c7ec1055d3fb5bdcdca8c90d0987
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/59739
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
Anastasia Klimchuk
2021-11-29 15:08:46 +11:00
parent 4bee25671e
commit fd36978f1a
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ srcs = [
'helpers.c',
'flashrom.c',
'spi25.c',
'init_shutdown.c',
'lifecycle.c',
'layout.c',
'chip.c',
]