From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add meson ut enhancements in prog guide Date: Sun, 20 Jan 2019 13:04:58 +0100 Message-ID: <2244511.BHf6Zf5kzz@xps> References: <1544614535-32427-1-git-send-email-hari.kumarx.vemula@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, reshma.pattan@intel.com To: Hari Kumar Vemula 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) In-Reply-To: <1544614535-32427-1-git-send-email-hari.kumarx.vemula@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.