Am 31. Dezember 2023 16:25:53 MEZ schrieb Simon Glass <[email protected]>:
>Use the word 'acpi' in this test so that it runs along with all the
>other ACPI tests.
>
>Signed-off-by: Simon Glass <[email protected]>


Reviewed-by: Heinrich Schuchardt <[email protected]>

>---
>
>Changes in v5:
>- Add new patch to rename test dm_test_setup_ctx_and_base_tables()
>
> test/dm/acpi.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/test/dm/acpi.c b/test/dm/acpi.c
>index fb071902b45..1211e2f0e7f 100644
>--- a/test/dm/acpi.c
>+++ b/test/dm/acpi.c
>@@ -330,7 +330,7 @@ static int dm_test_acpi_basic(struct unit_test_state *uts)
> DM_TEST(dm_test_acpi_basic, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);
> 
> /* Test setup_ctx_and_base_tables */
>-static int dm_test_setup_ctx_and_base_tables(struct unit_test_state *uts)
>+static int dm_test_acpi_ctx_and_base_tables(struct unit_test_state *uts)
> {
>       struct acpi_rsdp *rsdp;
>       struct acpi_rsdt *rsdt;
>@@ -376,7 +376,7 @@ static int dm_test_setup_ctx_and_base_tables(struct 
>unit_test_state *uts)
> 
>       return 0;
> }
>-DM_TEST(dm_test_setup_ctx_and_base_tables,
>+DM_TEST(dm_test_acpi_ctx_and_base_tables,
>       UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);
> 
> /* Test 'acpi list' command */

Reply via email to