On Thu, 11 Feb 2021 at 07:40, Andy Shevchenko <andriy.shevche...@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.shevche...@linux.intel.com> > --- > v2: rebased against dm/test-working branch (Simon)
Sadly that is deferred, but we can pick this patch up later. > test/test-main.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass <s...@chromium.org>