21/06/2019 17:56, Bruce Richardson: > the test_rawdev.c file was missing from the meson.build file, and the test > case from the list of test commands. > > Fixes: 55ca1b0f2151 ("raw/skeleton: add test cases") > Cc: shreyansh.j...@nxp.com > Cc: sta...@dpdk.org > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > --- > @@ -179,6 +181,7 @@ fast_parallel_test_names = [ > 'multiprocess_autotest', > 'per_lcore_autotest', > 'prefetch_autotest', > + 'rawdev_autotest', > 'rcu_qsbr_autotest', > 'red_autotest', > 'ring_autotest',
For consistency, I think rawdev_autotest should go in driver_test_names, as it is testing the skeleton driver.