1 AT_BANNER([Augmented binary tree (ABT) library])
5 AT_CHECK([abt-test $1])
8 CHECK_ABT([insert-any-remove-any])
9 CHECK_ABT([insert-any-remove-same])
10 CHECK_ABT([insert-any-remove-reverse])
11 CHECK_ABT([random-sequence])
12 CHECK_ABT([insert-ordered])