diff options
author | Simon Glass <sjg@chromium.org> | 2025-01-20 14:25:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-24 14:34:40 -0600 |
commit | a2cf88d807a59ec20eabdb32189a598b59fc0113 (patch) | |
tree | 2dc5b17d5f4bfeb23b820822c4f045032d63ef96 /test/cmd_ut.c | |
parent | 822cb558e1a9415c3b4b8069fd62734d3d37ddfe (diff) |
test: Drop the function for running pci_mps tests
Use the new suite-runner to run these tests instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r-- | test/cmd_ut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 3620be62ce6..080a36a909c 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -184,7 +184,7 @@ static struct suite suites[] = { SUITE(loadm), #endif #ifdef CONFIG_CMD_PCI_MPS - SUITE_CMD(pci_mps, do_ut_pci_mps), + SUITE(pci_mps), #endif #ifdef CONFIG_CMD_SEAMA SUITE_CMD(seama, do_ut_seama), |