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:
58325f0
)
test: add ticketlock to fast tests
author
Stephen Hemminger
<stephen@networkplumber.org>
Thu, 14 Jan 2021 16:58:55 +0000
(08:58 -0800)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 19 Jan 2021 10:46:12 +0000
(11:46 +0100)
The ticketlock test is fast and should be run all the time.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Aaron Conole <aconole@redhat.com>
app/test/meson.build
patch
|
blob
|
history
diff --git
a/app/test/meson.build
b/app/test/meson.build
index
bb06a92
..
0889ad4
100644
(file)
--- a/
app/test/meson.build
+++ b/
app/test/meson.build
@@
-246,6
+246,7
@@
fast_tests = [
['string_autotest', true],
['table_autotest', true],
['tailq_autotest', true],
+ ['ticketlock_autotest', true],
['timer_autotest', false],
['user_delay_us', true],
['version_autotest', true],