On Fri, Jun 17, 2022 at 4:35 AM Chengwen Feng <fengcheng...@huawei.com> wrote: > > Currently trace_autotest unit test is executed with traces disabled. > This patch introduces trace_autotest unit test with traces enabled, > and the traces file is written to the directory where dpdk-test is > located. > > > Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> Reviewed-by: David Marchand <david.march...@redhat.com>
> --- > app/test/meson.build | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/app/test/meson.build b/app/test/meson.build > index 7fe261cae8..e56fb997bd 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build > @@ -508,6 +508,16 @@ foreach arg : fast_tests > timeout : timeout_seconds_fast, > is_parallel : false, > suite : 'fast-tests') > + if arg[0] == 'trace_autotest' and (not is_windows) Parenthesis are unneeded here, I updated this when applying. -- David Marchand