[v2,2/2] test/event: add adapter tests to meson build

Message ID 1538027175-87290-2-git-send-email-nikhil.rao@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Jerin Jacob
Headers
Series test/event: add adapter tests to meson build |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Rao, Nikhil Sept. 27, 2018, 5:46 a.m. UTC
  Add tests for event eth Rx, crypto and timer adapters to
meson build

Cc: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
Cc: Erik G. Carrillo <erik.g.carrillo@intel.com>

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
---
 test/test/meson.build | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Bruce Richardson Sept. 27, 2018, 11:09 a.m. UTC | #1
On Thu, Sep 27, 2018 at 11:16:15AM +0530, Nikhil Rao wrote:
> Add tests for event eth Rx, crypto and timer adapters to
> meson build
> 
> Cc: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
> Cc: Erik G. Carrillo <erik.g.carrillo@intel.com>
> 
> Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
Jerin Jacob Sept. 28, 2018, 10:35 a.m. UTC | #2
-----Original Message-----
> Date: Thu, 27 Sep 2018 12:09:24 +0100
> From: Bruce Richardson <bruce.richardson@intel.com>
> To: Nikhil Rao <nikhil.rao@intel.com>
> CC: thomas@monjalon.net, jerin.jacob@caviumnetworks.com, dev@dpdk.org,
>  Abhinandan Gujjar <abhinandan.gujjar@intel.com>, "Erik G. Carrillo"
>  <erik.g.carrillo@intel.com>
> Subject: Re: [PATCH v2 2/2] test/event: add adapter tests to meson build
> User-Agent: Mutt/1.10.1 (2018-07-13)
> 
> 
> On Thu, Sep 27, 2018 at 11:16:15AM +0530, Nikhil Rao wrote:
> > Add tests for event eth Rx, crypto and timer adapters to
> > meson build
> >
> > Cc: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
> > Cc: Erik G. Carrillo <erik.g.carrillo@intel.com>
> >
> > Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied to dpdk-next-eventdev/master. Thanks.


>
  

Patch

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',