Re: [PATCH] test: fix fast, perf and driver testsuites

2023-09-15 Thread David Marchand
On Fri, Sep 15, 2023 at 9:58 AM David Marchand wrote: > > Some tests (15 fast-tests, 2 perf tests and 7 driver tests) have been > lost in the recent changes reworking test suites. > > The following method was used to identify them: > > $ git grep -h fast_tests.+= e0a8442ccd -- app/test/meson.build

RE: [PATCH] test: fix fast, perf and driver testsuites

2023-09-15 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Friday, 15 September 2023 10.24 > > On Fri, Sep 15, 2023 at 09:58:01AM +0200, David Marchand wrote: > > Some tests (15 fast-tests, 2 perf tests and 7 driver tests) have been > > lost in the recent changes reworking test suites. >

Re: [PATCH] test: fix fast, perf and driver testsuites

2023-09-15 Thread Bruce Richardson
On Fri, Sep 15, 2023 at 09:58:01AM +0200, David Marchand wrote: > Some tests (15 fast-tests, 2 perf tests and 7 driver tests) have been > lost in the recent changes reworking test suites. > Thanks for the cleanup David. Acked-by: Bruce Richardson