Re: [PATCH v2 2/4] test: Allow simple glob pattern in the test name

2021-04-29 Thread Simon Glass
On Thu, 11 Feb 2021 at 07:40, Andy Shevchenko 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 > --- > v2: rebased against dm/test-wor

Re: [PATCH v2 2/4] test: Allow simple glob pattern in the test name

2021-02-17 Thread Simon Glass
On Thu, 11 Feb 2021 at 07:40, Andy Shevchenko 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 > --- > v2: rebased against dm/test-wor

[PATCH v2 2/4] test: Allow simple glob pattern in the test name

2021-02-11 Thread Andy Shevchenko
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 --- v2: rebased against dm/test-working branch (Simon) test/test-main.c | 11 +-- 1 file change