
18 Feb
2021
18 Feb
'21
5:45 a.m.
On Thu, 11 Feb 2021 at 07:40, Andy Shevchenko andriy.shevchenko@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@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 sjg@chromium.org