1 AT_BANNER([case-insensitive string set library])
3 m4_define([CHECK_STRINGI_SET],
4 [AT_SETUP([case-insensitive string set -- $1])
5 AT_KEYWORDS([stringi-set])
6 AT_CHECK([stringi-set-test $1])
9 CHECK_STRINGI_SET([insert-any-remove-any])
10 CHECK_STRINGI_SET([insert-any-remove-same])
11 CHECK_STRINGI_SET([insert-any-remove-reverse])
12 CHECK_STRINGI_SET([random-sequence])
13 CHECK_STRINGI_SET([insert-ordered])
14 CHECK_STRINGI_SET([union])
15 CHECK_STRINGI_SET([union-and-intersection])
16 CHECK_STRINGI_SET([intersect])
17 CHECK_STRINGI_SET([subtract])
18 CHECK_STRINGI_SET([swap])
19 CHECK_STRINGI_SET([clear])
20 CHECK_STRINGI_SET([clone])
21 CHECK_STRINGI_SET([destroy-null])