> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Harry van Haaren > Sent: Wednesday, December 20, 2017 11:17 AM > To: dev@dpdk.org > Cc: Richardson, Bruce <bruce.richard...@intel.com>; Van Haaren, Harry > <harry.van.haa...@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', > + 'hash_autotest', > + 'hash_functions_autotest', > + 'hash_multiwriter_autotest', > + 'hash_perf_autotest', <snip>