Enable the show value labels feature
[pspp] / tests / libpspp / bt.at
1 AT_BANNER([Balanced tree (BT) library])
2
3 m4_define([CHECK_BT],
4   [AT_SETUP([BT -- $1])
5    AT_CHECK([bt-test $1])
6    AT_CLEANUP])
7
8 CHECK_BT([insert-any-remove-any])
9 CHECK_BT([insert-any-remove-same])
10 CHECK_BT([insert-any-remove-reverse])
11 CHECK_BT([random-sequence])
12 CHECK_BT([insert-ordered])
13 CHECK_BT([find-ge-le])
14 CHECK_BT([moved])
15 CHECK_BT([changed])