Re: [PATCH 0/2] Add eventdev tests to test suites

2023-10-03 Thread Jerin Jacob
On Sat, Sep 30, 2023 at 6:31 AM David Marchand wrote: > > On Thu, Sep 28, 2023 at 5:14 PM Bruce Richardson > wrote: > > > > The eventdev library includes a selftest API which can be used by > > drivers for testing. Add the relevant automated self-test commands > > into meson test suites as approp

Re: [PATCH 0/2] Add eventdev tests to test suites

2023-09-29 Thread David Marchand
On Thu, Sep 28, 2023 at 5:14 PM Bruce Richardson wrote: > > The eventdev library includes a selftest API which can be used by > drivers for testing. Add the relevant automated self-test commands > into meson test suites as appropriate. > > Bruce Richardson (2): > event/sw: add self tests to fast

[PATCH 0/2] Add eventdev tests to test suites

2023-09-28 Thread Bruce Richardson
The eventdev library includes a selftest API which can be used by drivers for testing. Add the relevant automated self-test commands into meson test suites as appropriate. Bruce Richardson (2): event/sw: add self tests to fast tests event/*: add driver selftests to driver-tests suite app/tes