On 6/18/25 3:21 PM, Dan Williams wrote: > Ensure the 'fwctl' test binary is always built for test runs. > > Fixes: e461c7e2da63 ("test/cxl-features.sh: add test for CXL features device") > Signed-off-by: Dan Williams <dan.j.willi...@intel.com> thanks for the fix Reviewed-by: Dave Jiang <dave.ji...@intel.com> > --- > test/meson.build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/test/meson.build b/test/meson.build > index 91eb6c2b1363..775542c1b787 100644 > --- a/test/meson.build > +++ b/test/meson.build > @@ -275,6 +275,7 @@ foreach t : tests > dax_errors, > daxdev_errors, > dax_dev, > + fwctl, > mmap, > ], > suite: t[2],
- Re: [ndctl PATCH 3/5] test: Fix dax.sh expectations Dave Jiang
- Re: [ndctl PATCH 3/5] test: Fix dax.sh expectations Alison Schofield
- Re: [ndctl PATCH 3/5] test: Fix dax.sh expectati... Dan Williams
- Re: [ndctl PATCH 3/5] test: Fix dax.sh expectati... Verma, Vishal L
- Re: [ndctl PATCH 3/5] test: Fix dax.sh expec... Alison Schofield
- [ndctl PATCH 1/5] build: Fix meson feature deprecation wa... Dan Williams
- [ndctl PATCH 4/5] test: Update documentation with require... Dan Williams
- [ndctl PATCH 5/5] test: Fixup fwctl dependency Dan Williams
- Re: [ndctl PATCH 5/5] test: Fixup fwctl dependency Dave Jiang
- Re: [ndctl PATCH 0/5] ndctl: Add missing test dependencie... Alison Schofield