[dpdk-dev] [PATCH v10 10/12] test: enable bpf autotest
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2021-09-16 22:27:40
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2021-09-16 22:27:40
Subsystem:
the rest · Maintainer:
Linus Torvalds
The BPF autotest is defined but not run automatically. Since it is short, it should be added to the autotest suite. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Konstantin Ananyev <redacted> --- app/test/meson.build | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/app/test/meson.build b/app/test/meson.build
index 8cf41021deb4..ba7d568bf330 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build@@ -193,6 +193,8 @@ test_deps = [ fast_tests = [ ['acl_autotest', true], ['atomic_autotest', false], + ['bpf_autotest', true], + ['bpf_convert_autotest', true], ['bitops_autotest', true], ['byteorder_autotest', true], ['cksum_autotest', true],
--
2.30.2