From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 732F71C52 for ; Tue, 12 Jul 2016 13:16:35 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 12 Jul 2016 04:16:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,351,1464678000"; d="scan'208";a="993587605" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 12 Jul 2016 04:16:33 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.193]) by IRSMSX107.ger.corp.intel.com ([169.254.10.96]) with mapi id 14.03.0248.002; Tue, 12 Jul 2016 12:16:32 +0100 From: "Pattan, Reshma" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] mk: fix default rule of test subdirectory Thread-Index: AQHR3CdcpsoHI3oS+EyptU3tdFmvIqAUpBSA Date: Tue, 12 Jul 2016 11:16:31 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F01058533@IRSMSX109.ger.corp.intel.com> References: <1468318944-19477-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1468318944-19477-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmIzOGZjY2QtOGZiNy00MzYxLThiM2MtYjczYjE1MTUwMWY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImdpTm5STWZHaG1ZalU4cnhkc1BiZ1JiVXcxY1J2eUFFN0Q0dDdwcjhlczQ9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] mk: fix default rule of test subdirectory X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2016 11:16:35 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, July 12, 2016 11:22 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix default rule of test subdirectory >=20 > When using "make -C app/test" (with RTE_SDK/RTE_TARGET adjusted) without > specifying the rule (all), the build is not done. > Indeed the default rule is not "all" anymore since there are some rules a= dded for > external resources link. >=20 > It is fixed by adding a reference to "all" at the top of the file which m= akes it the > default rule. >=20 > Note that make app/test_sub (without environment variable) is preffered. >=20 What is test_sub here? I could not execute the command make app/test_sub(wi= thout environment variable) .=20 Thanks, Reshma