diff options
Diffstat (limited to 'test/src/TestHashmap.c')
| -rw-r--r-- | test/src/TestHashmap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/src/TestHashmap.c b/test/src/TestHashmap.c index da73e4b..233a279 100644 --- a/test/src/TestHashmap.c +++ b/test/src/TestHashmap.c @@ -31,6 +31,7 @@ static int NewFree(void) return 0; } + static int GrowShrink(void) { BH_Hashmap *hashmap; @@ -102,6 +103,7 @@ static int GrowShrink(void) return 0; } + static int InsertRemove(void) { BH_Hashmap *hashmap; @@ -138,6 +140,7 @@ static int InsertRemove(void) return 0; } + static int Lookup(void) { BH_Hashmap *hashmap; @@ -173,6 +176,7 @@ static int Lookup(void) return 0; } + static int Clear(void) { BH_Hashmap *hashmap; @@ -195,6 +199,7 @@ static int Clear(void) return 0; } + static int Fields(void) { BH_Hashmap *hashmap; @@ -217,6 +222,7 @@ static int Fields(void) return 0; } + int main(int argc, char **argv) { (void)argc; |
