1 AT_BANNER([doubly linked list of pointers (llx) library])
5 AT_CHECK([llx-test $1])
9 CHECK_LLX([insert-remove])
11 CHECK_LLX([swap-range])
12 CHECK_LLX([remove-range])
13 CHECK_LLX([remove-equal])
14 CHECK_LLX([remove-if])
15 CHECK_LLX([find-equal])
18 CHECK_LLX([find-adjacent-equal])
19 CHECK_LLX([count-range])
20 CHECK_LLX([count-equal])
23 CHECK_LLX([lexicographical-compare-3way])
27 CHECK_LLX([permutations-no-dups])
28 CHECK_LLX([permutations-with-dups])
29 CHECK_LLX([merge-no-dups])
30 CHECK_LLX([merge-with-dups])
31 CHECK_LLX([sort-exhaustive])
32 CHECK_LLX([sort-stable])
33 CHECK_LLX([sort-subset])
36 CHECK_LLX([sort-unique])
37 CHECK_LLX([insert-ordered])
38 CHECK_LLX([partition])
39 CHECK_LLX([allocation-failure])