git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a94465
)
test/bpf: enable in fast tests
author
Stephen Hemminger
<stephen@networkplumber.org>
Wed, 20 Oct 2021 21:42:34 +0000
(14:42 -0700)
committer
Thomas Monjalon
<thomas@monjalon.net>
Fri, 22 Oct 2021 15:19:13 +0000
(17:19 +0200)
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 <konstantin.ananyev@intel.com>
app/test/meson.build
patch
|
blob
|
history
diff --git
a/app/test/meson.build
b/app/test/meson.build
index
cbd8f27
..
33637f0
100644
(file)
--- 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],