tests: Tag all the tests that take more than about 1s as "slow".
[pspp] / tests / libpspp / abt.at
index df4b34a8b2e6b730a0f5f320006f9c975f368db2..454acb512e501e19c711361fef287d11453e0e85 100644 (file)
@@ -18,13 +18,14 @@ AT_BANNER([Augmented binary tree (ABT) library])
 
 m4_define([CHECK_ABT],
   [AT_SETUP([ABT -- $1])
+   AT_KEYWORDS([$2])
    AT_CHECK([abt-test $1])
    AT_CLEANUP])
 
 CHECK_ABT([insert-any-remove-any])
 CHECK_ABT([insert-any-remove-same])
 CHECK_ABT([insert-any-remove-reverse])
-CHECK_ABT([random-sequence])
+CHECK_ABT([random-sequence], [slow])
 CHECK_ABT([insert-ordered])
 CHECK_ABT([moved])
 CHECK_ABT([changed])