From: Stephen Hemminger Date: Wed, 20 Oct 2021 21:42:34 +0000 (-0700) Subject: test/bpf: enable in fast tests X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8dd1a4e4ff402c970c45003542c17e1e3501c540;p=dpdk.git test/bpf: enable in fast tests 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 Acked-by: Konstantin Ananyev --- diff --git a/app/test/meson.build b/app/test/meson.build index cbd8f27d45..33637f0eba 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -198,6 +198,7 @@ test_deps = [ fast_tests = [ ['acl_autotest', true], ['atomic_autotest', false], + ['bpf_autotest', true], ['bitops_autotest', true], ['byteorder_autotest', true], ['cksum_autotest', true],