[dpdk-dev] [PATCH v2 2/2] meson: add tests app to build

Bruce Richardson bruce.richardson at intel.com
Wed Dec 20 13:00:57 CET 2017


On Wed, Dec 20, 2017 at 11:57:59AM +0000, Laatz, Kevin wrote:
> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren
> > Sent: Wednesday, December 20, 2017 11:17 AM
> > To: dev at dpdk.org
> > Cc: Richardson, Bruce <bruce.richardson at intel.com>; Van Haaren, Harry
> > <harry.van.haaren at intel.com>
> > Subject: [dpdk-dev] [PATCH v2 2/2] meson: add tests app to build
> 
> <snip>
> 
> > +test_names = [
> > +	'acl_autotest',
> > +	'alarm_autotest',
> > +	'atomic_autotest',
> > +	'byteorder_autotest',
> > +	'cmdline_autotest',
> > +	'common_autotest',
> > +	'cpuflags_autotest',
> > +	'crc_autotest',
> > +	'cycles_autotest',
> > +	'debug_autotest',
> > +	'devargs_autotest',
> > +	'distributor_autotest',
> > +	'distributor_perf_autotest',
> > +	'eal_flags_autotest',
> > +	'eal_fs_autotest',
> > +	'efd_autotest',
> > +	'efd_perf_autotest',
> > +	'errno_autotest',
> > +	'event_ring_autotest',
> > +	'eventdev_common_autotest',
> > +	'eventdev_octeontx_autotest',
> > +	'eventdev_sw_autotest',
> > +	'func_reentrancy_autotest',
> > +	'has_scaling_autotest',
> 
> Minor typo here, should be 'hash_scaling_autotest',
> 
Good catch. I can fix on apply.
I'll also fix build error caused in this patch by the earlier applied
patch for cross-compile support. The build of the binary needs 
"c_args: machine_arg" added to it following that change.

/Bruce


More information about the dev mailing list