test: add ticketlock to fast tests
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 14 Jan 2021 16:58:55 +0000 (08:58 -0800)
committerThomas 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

index bb06a92..0889ad4 100644 (file)
@@ -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],