From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E3E16239 for ; Sun, 20 Jan 2019 13:05:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 75FC921AAD; Sun, 20 Jan 2019 07:05:01 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 20 Jan 2019 07:05:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=bKeW9025if0jzCB5cGXpwVzTwylNtzDOyVT23AyI3BY=; b=cKDi8zGNj6y9 5YXeUkLLXM6Gvo+DbEfoA70FYAZSbrWKYZKLDJAiTfG7MfGTwxmqFRyuh9x2w57Q KQjgcY6C3rHhhlQwiW3Kb6RL8WevzqS6A//q3yI7Q4nAe90Uu9f8m5MJawAPBiqm U5vkdK/ZuGsid3l3uVkL69tEMNb7F+8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=bKeW9025if0jzCB5cGXpwVzTwylNtzDOyVT23AyI3 BY=; b=O+F2FaUo1roHqtcPo2jCWrIB4+c1fLbsAjZS5JtUBhj3tkYgSLZ4qY8cv MoI6ko5rLiBJuBGVIibex0m6+5Lj0aEPMCHEH5VR0NvxkrPuk58GCxsUc7m6/oGD +j+R98Owk2zzBniV69kbqasthOJjasNnWqvbbPMZPa+ExyA9mVFQTl5FKyhCjKiq OFNlqrFrikKv2aftKQ8NcsVw3P+6PgvHSkHSw0jk9085axYhHwkRNhUzHPlazTxk RuixT+wo70DPjmVW6LBGownjgZUuxDlcZZlkKJS9xXCSzmCxmjELRKFS72+mgrqh RJuy3/5ZBSpstQpW+IaM/IRdChoHA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrheeggdefkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 29F0F100BB; Sun, 20 Jan 2019 07:05:00 -0500 (EST) From: Thomas Monjalon To: Hari Kumar Vemula Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, reshma.pattan@intel.com Date: Sun, 20 Jan 2019 13:04:58 +0100 Message-ID: <2244511.BHf6Zf5kzz@xps> In-Reply-To: <1544614535-32427-1-git-send-email-hari.kumarx.vemula@intel.com> References: <1544614535-32427-1-git-send-email-hari.kumarx.vemula@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add meson ut enhancements in prog guide 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: Sun, 20 Jan 2019 12:05:04 -0000 12/12/2018 12:35, Hari Kumar Vemula: > --- /dev/null > +++ b/doc/guides/prog_guide/meson_ut_enhancements.rst > @@ -0,0 +1,158 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > + Copyright(c) 2014-2018 Intel Corporation. > + > +.. _Meson_UT_Enhancements: No need to add such anchor. The doc can be referred with :doc: syntax. > + > +Meson_UT_Enhancements > +===================== You should make a doc about how to run the tests with meson, not how you improved it. In short, please remove "enhancements" point of view. > + > +The meson build support for unit tests is now available and the more enhancements are done to the build system > +to classify unit tests under different categories. The build `test/test/meson.build` file has been > +modified for these enhancements. This document will further down describe the below list.