]> git.proxmox.com Git - mirror_ovs.git/blob - tests/heap.at
ofp-print: Abbreviate lists of fields in table features output.
[mirror_ovs.git] / tests / heap.at
1 AT_BANNER([heap library])
2
3 m4_define([TEST_HEAP],
4 [AT_SETUP([heap library -- m4_bpatsubst([$1], [-], [ ])])
5 AT_CHECK([ovstest test-heap $1])
6 AT_CLEANUP])
7
8 TEST_HEAP([insert-delete-same-order])
9 TEST_HEAP([insert-delete-reverse-order])
10 TEST_HEAP([insert-delete-every-order])
11 TEST_HEAP([insert-delete-same-order-with-dups])
12 TEST_HEAP([raw-insert])
13 TEST_HEAP([raw-delete])