Re: [PATCH v3 16/18] test/power: fix tests without power drivers

2025-07-08 Thread Bruce Richardson
On Tue, Jul 08, 2025 at 02:53:03PM +0200, David Marchand wrote: > On Tue, Jul 8, 2025 at 2:48 PM Bruce Richardson > wrote: > > > > On Tue, Jul 08, 2025 at 02:28:20PM +0200, David Marchand wrote: > > > In the absence of drivers, skip tests instead of failing. > > > > > > Signed-off-by: David Marcha

Re: [PATCH v3 16/18] test/power: fix tests without power drivers

2025-07-08 Thread David Marchand
On Tue, Jul 8, 2025 at 2:48 PM Bruce Richardson wrote: > > On Tue, Jul 08, 2025 at 02:28:20PM +0200, David Marchand wrote: > > In the absence of drivers, skip tests instead of failing. > > > > Signed-off-by: David Marchand > > --- > > app/test/meson.build | 10 ++ > > 1 file changed, 6 i

Re: [PATCH v3 16/18] test/power: fix tests without power drivers

2025-07-08 Thread Bruce Richardson
On Tue, Jul 08, 2025 at 02:28:20PM +0200, David Marchand wrote: > In the absence of drivers, skip tests instead of failing. > > Signed-off-by: David Marchand > --- > app/test/meson.build | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/app/test/meson.build b/a