Hi Andy, On Wed, 3 Feb 2021 at 08:32, 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> > --- > 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