From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Feb 2017 06:57:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,169,1484035200"; d="scan'208";a="46156363" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by orsmga002.jf.intel.com with ESMTP; 16 Feb 2017 06:57:58 -0800 From: Ferruh Yigit To: Thomas Monjalon Cc: dev@dpdk.org, Ferruh Yigit , Bruce Richardson , John McNamara , Keith Wiles Date: Thu, 16 Feb 2017 14:57:46 +0000 Message-Id: <20170216145746.28610-5-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20170216145746.28610-1-ferruh.yigit@intel.com> References: <20170215152632.25081-1-ferruh.yigit@intel.com> <20170216145746.28610-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH v2 5/5] doc: document test related make rules in make help 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: Thu, 16 Feb 2017 14:58:00 -0000 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