From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B74318E88 for ; Tue, 1 Dec 2015 20:39:04 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 01 Dec 2015 11:39:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,370,1444719600"; d="scan'208";a="832078639" Received: from mcarril6-mobl.zpn.intel.com ([10.219.16.33]) by orsmga001.jf.intel.com with ESMTP; 01 Dec 2015 11:39:03 -0800 From: Mario Carrillo To: dev@dpdk.org Date: Tue, 1 Dec 2015 13:39:10 -0600 Message-Id: <1448998753-26599-9-git-send-email-mario.alfredo.c.arevalo@intel.com> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1448998753-26599-1-git-send-email-mario.alfredo.c.arevalo@intel.com> References: <1442608390-12537-1-git-send-email-mario.alfredo.c.arevalo@intel.com> <1448998753-26599-1-git-send-email-mario.alfredo.c.arevalo@intel.com> Cc: jos.c.venegas.munoz@intel.com Subject: [dpdk-dev] [PATCH v8 08/11] app: Change name to test binary 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, 01 Dec 2015 19:39:05 -0000 This is order to test could be installed in a file herarchy and do not make a colision with test command from coreutils package. Signed-off-by: Mario Carrillo --- app/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/Makefile b/app/test/Makefile index ec33e1a..184f91b 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -36,7 +36,7 @@ ifeq ($(CONFIG_RTE_APP_TEST),y) # # library name # -APP = test +APP = test-dpdk # # all sources are stored in SRCS-y -- 2.6.3