[dpdk-dev] [PATCH 28/29] app/Makefile: enable app/test-pipeline

Cristian Dumitrescu cristian.dumitrescu at intel.com
Tue May 27 19:09:51 CEST 2014


Enable the Packet Framework sampel application app/test-pipeline to be built automatically as part of Intel DPDK installation.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
---
 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



More information about the dev mailing list