From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cristian Dumitrescu Subject: [PATCH 28/29] app/Makefile: enable app/test-pipeline Date: Tue, 27 May 2014 18:09:51 +0100 Message-ID: <1401210592-19732-29-git-send-email-cristian.dumitrescu@intel.com> References: <1401210592-19732-1-git-send-email-cristian.dumitrescu@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1401210592-19732-1-git-send-email-cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Enable the Packet Framework sampel application app/test-pipeline to be built automatically as part of Intel DPDK installation. Signed-off-by: Cristian Dumitrescu --- app/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app/Makefile b/app/Makefile index 6267d7b..0359cbb 100644 --- a/app/Makefile +++ b/app/Makefile @@ -32,6 +32,7 @@ include $(RTE_SDK)/mk/rte.vars.mk DIRS-$(CONFIG_RTE_APP_TEST) += test +DIRS-$(CONFIG_RTE_TEST_PIPELINE) += test-pipeline DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += dump_cfg -- 1.7.7.6