diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2014-10-15 11:00:46 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2014-10-23 17:38:02 +0200 |
commit | 32a4456cc252689f51f383d150d34ed636bfec4d (patch) | |
tree | 47c40bf53cf1b5d78464f1b70e0b5beb3f0de73c /src/test/.gitignore | |
parent | 5ba43716f345e205eba33156c0171fb657f4451f (diff) |
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.
Diffstat (limited to 'src/test/.gitignore')
-rw-r--r-- | src/test/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/.gitignore b/src/test/.gitignore new file mode 100644 index 0000000000..e4c198a4f7 --- /dev/null +++ b/src/test/.gitignore @@ -0,0 +1 @@ +test-hashmap-ordered.c |