commit | c6cede3cb57ec05a834a540fd557cea4ce284149 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:53 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 2dc5b17d5f4bfeb23b820822c4f045032d63ef96 | |
parent | 401c2cfa51f1040c5c42e0b428254b49054f4bc6 [diff] [blame] |
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>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 3620be6..080a36a 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -184,7 +184,7 @@ 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),