Re: [PATCH v3 1/3] test: add unit tests for metrics library
From: Pattan, Reshma <hidden>
Date: 2018-08-15 09:29:56
Hi Hari,
quoted hunk ↗ jump to hunk
-----Original Message----- From: Vemula, Hari KumarX Sent: Friday, August 3, 2018 3:33 PM To: dev@dpdk.org Cc: Horton, Remy <redacted>; Pattan, Reshma [off-list ref]; Vemula, Hari KumarX [off-list ref] 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 <redacted> Reviewed-by: Reshma Pattan <redacted> Reviewed-by: Remy Horton <redacted> Acked-by: Remy Horton <redacted> --- test/test/Makefile | 2 + test/test/test_metrics.c | 312 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 314 insertions(+) create mode 100644 test/test/test_metrics.cdiff --git a/test/test/Makefile b/test/test/Makefile indexe6967bab6..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