From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4922BA0525; Sun, 16 Feb 2020 11:28:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 338061BC24; Sun, 16 Feb 2020 11:28:52 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 813A92B93 for ; Sun, 16 Feb 2020 11:28:50 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 238605F1; Sun, 16 Feb 2020 05:28:49 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 16 Feb 2020 05:28:49 -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=q5cL/l87k5GkK44KoqbNIbwub7oH/uvu9QOhokMF/CA=; b=Nu7roaGY0KNr 7gUyyQ50YjBgMiL7LXifmWe3SgpXC2IIhZxs+kEp6BcDjWl3JFVlGH7JhXiif+jE 0TG2dl47eSGWdK/ui6jornD5EyDyYP3Uf9+pFwyHPzitdId7Mia2aNIi+3gE8VMJ A6SfaFELxOCpx/Bz31voJWB3F0Z4xEI= 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=fm2; bh=q5cL/l87k5GkK44KoqbNIbwub7oH/uvu9QOhokMF/ CA=; b=RSEjkyZab6XfvquXChJzaIJkn2hOCbtokzWVJ7Y8WEH4QKX4bNeugxQ4Y uciU0JcSxMUyovsdssTjXgeXw/BNVIYaJuf2MqK0lfIJyq8m6LlOXw/Hb50VQbhP 5f6IZi0C8T7g9Hq16gtUiNvbuaGfG1rkTJEYjANSQjDSCzG5Ak9fNsiYHCCON5tx VNeKpmRjaQ3GKX3OxreORdyd6KxD3qFZm6rlkkc8QjtUzWkk1dQInYAMfWQWmA78 Kke5FNvngvmlKUo/kDVXNzRaa7vBhOY5BT4kevzJ+j/hujKlcaebEHulLmb9tOc1 b1ChBaiNrmRO8MI7HoZukUewohVhg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeeggdduiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 7E6433060EE4; Sun, 16 Feb 2020 05:28:47 -0500 (EST) From: Thomas Monjalon To: reshma.pattan@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, Hari Kumar Vemula , Jananee Parthasarathy Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Sun, 16 Feb 2020 11:28:46 +0100 Message-ID: <1722231.MHSsGVy7CF@xps> In-Reply-To: <1565613625-6079-1-git-send-email-jananeex.m.parthasarathy@intel.com> References: <1565186178-15950-1-git-send-email-agalyax.babu.radhakrishnan@intel.com> <1565613625-6079-1-git-send-email-jananeex.m.parthasarathy@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8] doc: add meson ut info 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/08/2019 14:40, Jananee Parthasarathy: > From: Hari Kumar Vemula > > Add a programmer's guide section for meson ut > > Signed-off-by: Hari Kumar Vemula > Acked-by: Bruce Richardson > Acked-by: Michael Santana The last part about enabling some skipped test case is not correct. Because this patch is very old, I apply it without this last part: > +To help find missing libraries, the user can specify additional search paths > +for those libraries as below: > + > +* Single path:: > + > + $ export LIBRARY_PATH=path > + > +* Multiple paths:: > + > + $ export LIBRARY_PATH=path1:path2:path3 > + > +Some functionality may be disabled due to library headers being missed as part > +of the build. To specify an additional search path for headers at > +configuration time, use one of the commands below: > + > +* Single path:: > + > + $ CFLAGS=-I/path meson build > + > +* Multiple paths:: > + > + $ CFLAGS=`-I/path1 -I/path2 meson build` > + > +Below are some examples that show how to export libraries and their header > +paths. > + > +To specify a single library at a time:: > + > + $ export LIBRARY_PATH=/root/wireless_libs/zuc/ > + $ CFLAGS=-I/root/wireless_libs/zuc/include meson build > + > +To specify multiple libraries at a time:: > + > + $ export LIBRARY_PATH=/path/zuc/:/path/libsso_kasumi/build/ > + $ CFLAGS=-I/path/zuc/include \ > + -I/path/libsso_kasumi/include \ > + meson build