From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH v2 5/5] doc: document test related make rules in make help Date: Thu, 16 Feb 2017 14:57:46 +0000 Message-ID: <20170216145746.28610-5-ferruh.yigit@intel.com> References: <20170215152632.25081-1-ferruh.yigit@intel.com> <20170216145746.28610-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit , Bruce Richardson , John McNamara , Keith Wiles To: Thomas Monjalon Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2F4AC5911 for ; Thu, 16 Feb 2017 15:58:00 +0100 (CET) In-Reply-To: <20170216145746.28610-1-ferruh.yigit@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" Signed-off-by: Ferruh Yigit --- doc/build-sdk-quick.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index 967ff09..8673b11 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-quick.txt @@ -9,6 +9,8 @@ Build commands install install optionally staged in DESTDIR examples build examples for given targets (T=) examples_clean clean examples for given targets (T=) + test compile tests and run basic unit tests + test-* run specific subset of unit tests Build variables EXTRA_CPPFLAGS preprocessor options EXTRA_CFLAGS compiler options -- 2.9.3