From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry van Haaren Subject: [PATCH 6/7] test/eventdev: unit func makefiles Date: Wed, 16 Nov 2016 18:00:06 +0000 Message-ID: <1479319207-130646-7-git-send-email-harry.van.haaren@intel.com> References: <1479319207-130646-1-git-send-email-harry.van.haaren@intel.com> Cc: Harry van Haaren , Gage Eads , David Hunt To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 033CC5680 for ; Wed, 16 Nov 2016 19:00:27 +0100 (CET) In-Reply-To: <1479319207-130646-1-git-send-email-harry.van.haaren@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Enable the functional and unit tests in the makefile. To run the unit tests, apply these patches, and run the test app with the following arguments and choose the unit or functional test to run: ./test --vdev evdev_sw0 RTE>> eventdev_func_autotest RTE>> eventdev_unit_autotest Signed-off-by: Gage Eads Signed-off-by: David Hunt Signed-off-by: Harry van Haaren --- app/test/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/test/Makefile b/app/test/Makefile index 5be023a..6d43cb7 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -197,6 +197,9 @@ SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += test_cryptodev_blockcipher.c SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += test_cryptodev_perf.c SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += test_cryptodev.c +SRCS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += test_eventdev_unit.c +SRCS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += test_eventdev_func.c + SRCS-$(CONFIG_RTE_LIBRTE_KVARGS) += test_kvargs.c CFLAGS += -O3 -- 2.7.4