32a4456cc252689f51f383d150d34ed636bfec4d |
|
23-Oct-2014 |
Michal Schmidt <mschmidt@redhat.com> |
test: generate tests for OrderedHashmap from Hashmap tests
test-hashmap-ordered.c is generated from test-hashmap-plain.c simply by
substituting "ordered_hashmap" for "hashmap" etc.
In the cases where tests rely on the order of entries, a distinction
between plain and ordered hashmaps is made using the ORDERED macro,
which is defined only for test-hashmap-ordered.c. |