Re: [EXT] Re: [PATCH 1/2] app/test: add support for optional dependencies

2023-09-28 Thread David Marchand
On Thu, Sep 28, 2023 at 3:06 PM Akhil Goyal wrote: > > > Some tests make optionally use a component but don't require it for > > > > s/make // > > > > > building. If we include the dependency in the per-file lists, then tests > > > may be unnecessarily omitted, as the dependency is not required. >

RE: [EXT] Re: [PATCH 1/2] app/test: add support for optional dependencies

2023-09-28 Thread Akhil Goyal
> On Thu, Sep 28, 2023 at 1:05 PM Bruce Richardson > wrote: > > > > Some tests make optionally use a component but don't require it for > > s/make // > > > building. If we include the dependency in the per-file lists, then tests > > may be unnecessarily omitted, as the dependency is not required