[PATCH 2/2] test: add rawdev to fast tests
David Marchand
david.marchand at redhat.com
Fri Mar 10 15:26:04 CET 2023
The rawdev unit test can be run in the CI.
Signed-off-by: David Marchand <david.marchand at 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
More information about the dev
mailing list