Enable the show value labels feature
[pspp] / tests / libpspp / string-set.at
1 AT_BANNER([string set library])
2
3 m4_define([CHECK_STRING_SET],
4   [AT_SETUP([string set -- $1])
5    AT_KEYWORDS([string-set])
6    AT_CHECK([string-set-test $1])
7    AT_CLEANUP])
8
9 CHECK_STRING_SET([insert-any-remove-any])
10 CHECK_STRING_SET([insert-any-remove-same])
11 CHECK_STRING_SET([insert-any-remove-reverse])
12 CHECK_STRING_SET([random-sequence])
13 CHECK_STRING_SET([insert-ordered])
14 CHECK_STRING_SET([union])
15 CHECK_STRING_SET([union-and-intersection])
16 CHECK_STRING_SET([intersect])
17 CHECK_STRING_SET([subtract])
18 CHECK_STRING_SET([swap])
19 CHECK_STRING_SET([clear])
20 CHECK_STRING_SET([clone])
21 CHECK_STRING_SET([destroy-null])