Re: Unit tests not defined in any test suite

2023-09-15 Thread Bruce Richardson
On Fri, Sep 15, 2023 at 09:55:49AM +0200, David Marchand wrote: > Hello Bruce, > > On Thu, Sep 14, 2023 at 6:16 PM Bruce Richardson > wrote: > > > > Hi all, > > > > As part of the recent rework of the build of our unit test binary > > (dpdk-test), the individual autotests were updated in the sour

Re: Unit tests not defined in any test suite

2023-09-15 Thread David Marchand
Hello Bruce, On Thu, Sep 14, 2023 at 6:16 PM Bruce Richardson wrote: > > Hi all, > > As part of the recent rework of the build of our unit test binary > (dpdk-test), the individual autotests were updated in the source code to > specify the test suite they belong to. The replacement of the > regis

Unit tests not defined in any test suite

2023-09-14 Thread Bruce Richardson
Hi all, As part of the recent rework of the build of our unit test binary (dpdk-test), the individual autotests were updated in the source code to specify the test suite they belong to. The replacement of the registration macro was done automatically using the existing suite lists in the meson.bui