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> --- 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], -- 2.49.0