From: Stephen Hemminger Date: Thu, 14 Jan 2021 16:58:55 +0000 (-0800) Subject: test: add ticketlock to fast tests X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=fb319aa66771aeeb4c35024740f7e9d8958c5fa0;p=dpdk.git test: add ticketlock to fast tests The ticketlock test is fast and should be run all the time. Signed-off-by: Stephen Hemminger Acked-by: Aaron Conole --- diff --git a/app/test/meson.build b/app/test/meson.build index bb06a92431..0889ad4c23 100644 --- 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],