Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | test: generate tests for OrderedHashmap from Hashmap tests | Michal Schmidt | |
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. |