On Tue, Oct 5, 2021 at 2:31 PM Xueming Li <xuemi...@nvidia.com> wrote: > diff --git a/app/test/meson.build b/app/test/meson.build > index f144d8b8ed6..c688ba2b70a 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build > @@ -42,6 +42,7 @@ test_sources = files( > 'test_cryptodev_security_pdcp.c', > 'test_cycles.c', > 'test_debug.c', > + 'test_devargs.c', > 'test_distributor.c', > 'test_distributor_perf.c', > 'test_eal_flags.c',
You likely want to add devargs_autotest to fast_tests, else "meson test" (and the CI) won't execute this new test. As for tests referenced in autotest_data.py, I am not sure we really need this, but please update too for consistency. -- David Marchand