From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7FBF41E2F for ; Wed, 15 Aug 2018 11:29:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Aug 2018 02:29:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,242,1531810800"; d="scan'208";a="248984823" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga005.jf.intel.com with ESMTP; 15 Aug 2018 02:29:49 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.156]) by IRSMSX153.ger.corp.intel.com ([169.254.9.126]) with mapi id 14.03.0319.002; Wed, 15 Aug 2018 10:29:48 +0100 From: "Pattan, Reshma" To: "Vemula, Hari KumarX" , "dev@dpdk.org" CC: "Horton, Remy" Thread-Topic: [PATCH v3 1/3] test: add unit tests for metrics library Thread-Index: AQHUKzibywL+BgtrHEGcSmck9c7Ep6TAnadQ Date: Wed, 15 Aug 2018 09:29:48 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A38E6E5@IRSMSX109.ger.corp.intel.com> References: <1532183219-23263-1-git-send-email-hari.kumarx.vemula@intel.com> <1533306787-12070-1-git-send-email-hari.kumarx.vemula@intel.com> <1533306787-12070-2-git-send-email-hari.kumarx.vemula@intel.com> In-Reply-To: <1533306787-12070-2-git-send-email-hari.kumarx.vemula@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 1/3] test: add unit tests for metrics library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 09:29:57 -0000 Hi Hari, > -----Original Message----- > From: Vemula, Hari KumarX > Sent: Friday, August 3, 2018 3:33 PM > To: dev@dpdk.org > Cc: Horton, Remy ; Pattan, Reshma > ; Vemula, Hari KumarX > > Subject: [PATCH v3 1/3] test: add unit tests for metrics library >=20 > Unit testcases are added for metrics library. >=20 > Signed-off-by: Hari Kumar Vemula > Reviewed-by: Reshma Pattan > Reviewed-by: Remy Horton > Acked-by: Remy Horton > --- > test/test/Makefile | 2 + > test/test/test_metrics.c | 312 > +++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 314 insertions(+) > create mode 100644 test/test/test_metrics.c >=20 > 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) +=3D > SRCS-$(CONFIG_RTE_LIBRTE_COMPRESSDEV) +=3D 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