mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +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:
@ -40,7 +40,7 @@ void probe_spi_res3_test_success(void **state);
|
||||
void probe_spi_at25f_test_success(void **state);
|
||||
void probe_spi_st95_test_success(void **state); /* spi95.c */
|
||||
|
||||
/* init_shutdown.c */
|
||||
/* lifecycle.c */
|
||||
void dummy_init_and_shutdown_test_success(void **state);
|
||||
void nicrealtek_init_and_shutdown_test_success(void **state);
|
||||
void raiden_debug_init_and_shutdown_test_success(void **state);
|
||||
|
Reference in New Issue
Block a user