[dpdk-dev] [PATCH v3 1/3] test: add unit tests for metrics library

Pattan, Reshma reshma.pattan at intel.com
Wed Aug 15 11:29:48 CEST 2018


Hi Hari,

> -----Original Message-----
> From: Vemula, Hari KumarX
> Sent: Friday, August 3, 2018 3:33 PM
> To: dev at dpdk.org
> Cc: Horton, Remy <remy.horton at intel.com>; Pattan, Reshma
> <reshma.pattan at intel.com>; Vemula, Hari KumarX
> <hari.kumarx.vemula at 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.vemula at intel.com>
> Reviewed-by: Reshma Pattan <reshma.pattan at intel.com>
> Reviewed-by: Remy Horton <remy.horton at intel.com>
> Acked-by: Remy Horton <remy.horton at 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



More information about the dev mailing list