[PATCH v1] test: Allow simple glob pattern in the test name

Simon Glass sjg at chromium.org
Fri Feb 5 04:17:24 CET 2021


Hi Andy,

On Wed, 3 Feb 2021 at 08:32, Andy Shevchenko
<andriy.shevchenko at linux.intel.com> wrote:
>
> When run `ut dm [test name]` allow to use simple pattern to run all tests
> started with given prefix. For example, to run all ACPI test cases:
>         ut dm acpi*
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
>  test/dm/test-main.c | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)

This seems like a good idea to me.

Can you please send it rebased to u-boot-dm/test-working though? I
have done a bit of refactoring and this function is now in
test/test-main.c

Regards,
Simon


More information about the U-Boot mailing list