Hi Hari, > -----Original Message----- > From: Vemula, Hari KumarX > Sent: Friday, August 3, 2018 3:33 PM > To: dev@dpdk.org > Cc: Horton, Remy <remy.hor...@intel.com>; Pattan, Reshma > <reshma.pat...@intel.com>; Vemula, Hari KumarX > <hari.kumarx.vem...@intel.com> > Subject: [PATCH v3 1/3] test: add unit tests for metrics library > > Unit testcases are added for metrics library. > > Signed-off-by: Hari Kumar Vemula <hari.kumarx.vem...@intel.com> > Reviewed-by: Reshma Pattan <reshma.pat...@intel.com> > Reviewed-by: Remy Horton <remy.hor...@intel.com> > Acked-by: Remy Horton <remy.hor...@intel.com> > --- > test/test/Makefile | 2 + > test/test/test_metrics.c | 312 > +++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 314 insertions(+) > create mode 100644 test/test/test_metrics.c > > diff --git a/test/test/Makefile b/test/test/Makefile index > e6967bab6..30bc53087 100644 > --- a/test/test/Makefile > +++ b/test/test/Makefile > @@ -183,6 +183,8 @@ SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += > SRCS-$(CONFIG_RTE_LIBRTE_COMPRESSDEV) += test_compressdev.c endif
You have to update meson.build as well, to include new UT. And make sure meson build works fine. Thanks, Reshma