Re: [PATCH 4/4] test: run timer secondary tests as part of fast suite

2024-10-04 Thread David Marchand
On Thu, Jul 18, 2024 at 9:11 PM Stephen Hemminger wrote: > > The tests were not part of any suite so not run normally. > Meson warning is: > WARNING: Test "timer_secondary_autotest" is not defined in any test suite > > Signed-off-by: Stephen Hemminger > --- > app/test/test_timer_secondary.c | 2

Re: [PATCH 4/4] test: run timer secondary tests as part of fast suite

2024-07-19 Thread Bruce Richardson
On Thu, Jul 18, 2024 at 12:07:15PM -0700, Stephen Hemminger wrote: > The tests were not part of any suite so not run normally. > Meson warning is: > WARNING: Test "timer_secondary_autotest" is not defined in any test suite > > Signed-off-by: Stephen Hemminger > --- Acked-by: Bruce Richardson