The rawdev unit test can be run in the CI. Signed-off-by: David Marchand <david.march...@redhat.com> --- app/test/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app/test/meson.build b/app/test/meson.build index 5d78814878..6624b478b4 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -315,7 +315,6 @@ driver_test_names = [ 'cryptodev_sw_zuc_autotest', 'cryptodev_uadk_autotest', 'dmadev_autotest', - 'rawdev_autotest', ] dump_test_names = [] @@ -418,6 +417,10 @@ if dpdk_conf.has('RTE_NET_NULL') test_sources += 'test_vdev.c' fast_tests += [['vdev_autotest', true, true]] endif +if dpdk_conf.has('RTE_RAW_SKELETON') + test_deps += 'raw_skeleton' + fast_tests += [['rawdev_autotest', true, true]] +endif if dpdk_conf.has('RTE_HAS_LIBPCAP') ext_deps += pcap_dep -- 2.39.2