From fb319aa66771aeeb4c35024740f7e9d8958c5fa0 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 14 Jan 2021 08:58:55 -0800 Subject: [PATCH] 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 --- app/test/meson.build | 1 + 1 file changed, 1 insertion(+) 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], -- 2.20.1