DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test/event: add adapter tests to meson build
@ 2018-09-05 13:55 Nikhil Rao
  2018-09-05 14:06 ` [dpdk-dev] [PATCH v2] " Nikhil Rao
  2018-09-27  5:46 ` [dpdk-dev] [PATCH v2 1/2] test: fix event timer compiler warning Nikhil Rao
  0 siblings, 2 replies; 9+ messages in thread
From: Nikhil Rao @ 2018-09-05 13:55 UTC (permalink / raw)
  To: jerin.jacob; +Cc: dev, Nikhil Rao, Abhinandan Gujjar, Erik G. Carrillio

Add tests for event eth Rx, crypto and timer adapters to
meson build

Cc: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
Cc: Erik G. Carrillio <erik.g.carrillio@intel.com>
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
---
 test/test/meson.build | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/test/meson.build b/test/test/meson.build
index b1dd6ec..1b2e8b7 100644
--- a/test/test/meson.build
+++ b/test/test/meson.build
@@ -33,7 +33,10 @@ test_sources = files('commands.c',
 	'test_efd.c',
 	'test_efd_perf.c',
 	'test_errno.c',
+	'test_event_crypto_adapter.c',
+	'test_event_eth_rx_adapter.c',
 	'test_event_ring.c',
+	'test_event_timer_adapter.c',
 	'test_eventdev.c',
 	'test_func_reentrancy.c',
 	'test_flow_classify.c',
@@ -151,7 +154,11 @@ test_names = [
 	'efd_autotest',
 	'efd_perf_autotest',
 	'errno_autotest',
+	'event_crypto_adapter_autotest',
+	'event_eth_rx_adapter_autotest',
+	'event_eth_rx_intr_adapter_autotest',
 	'event_ring_autotest',
+	'event_timer_adapter_autotest',
 	'eventdev_common_autotest',
 	'eventdev_octeontx_autotest',
 	'eventdev_sw_autotest',
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-09-28 10:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-05 13:55 [dpdk-dev] [PATCH] test/event: add adapter tests to meson build Nikhil Rao
2018-09-05 14:06 ` [dpdk-dev] [PATCH v2] " Nikhil Rao
2018-09-07 15:58   ` Bruce Richardson
2018-09-27  5:46 ` [dpdk-dev] [PATCH v2 1/2] test: fix event timer compiler warning Nikhil Rao
2018-09-27  5:46   ` [dpdk-dev] [PATCH v2 2/2] test/event: add adapter tests to meson build Nikhil Rao
2018-09-27 11:09     ` Bruce Richardson
2018-09-28 10:35       ` Jerin Jacob
2018-09-27 11:08   ` [dpdk-dev] [PATCH v2 1/2] test: fix event timer compiler warning Bruce Richardson
2018-09-28 10:36     ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).