|
@@ -7,7 +7,7 @@ test2: make 10-item hash, lookup items with even keys, print
|
|
test3: make 10-item hash, delete items with even keys, print others
|
|
test3: make 10-item hash, delete items with even keys, print others
|
|
test4: 10 structs have dual hash handles, separate keys
|
|
test4: 10 structs have dual hash handles, separate keys
|
|
test5: 10 structs have dual hash handles, lookup evens by alt key
|
|
test5: 10 structs have dual hash handles, lookup evens by alt key
|
|
-test6: test alt malloc macros (and alt memcmp macro)
|
|
|
|
|
|
+test6: test alt malloc macros (and alt key-comparison macro)
|
|
test7: test alt malloc macros with 1000 structs so bucket expansion occurs
|
|
test7: test alt malloc macros with 1000 structs so bucket expansion occurs
|
|
test8: test num_items counter in UT_hash_handle
|
|
test8: test num_items counter in UT_hash_handle
|
|
test9: test "find" after bucket expansion
|
|
test9: test "find" after bucket expansion
|
|
@@ -89,7 +89,7 @@ test84: test HASH_REPLACE_STR with char* key
|
|
test85: test HASH_OVERHEAD on null and non null hash
|
|
test85: test HASH_OVERHEAD on null and non null hash
|
|
test86: test *_APPEND_ELEM / *_PREPEND_ELEM (Thilo Schulz)
|
|
test86: test *_APPEND_ELEM / *_PREPEND_ELEM (Thilo Schulz)
|
|
test87: test HASH_ADD_INORDER() macro (Thilo Schulz)
|
|
test87: test HASH_ADD_INORDER() macro (Thilo Schulz)
|
|
-test88: test alt memcmp and strlen macros
|
|
|
|
|
|
+test88: test alt key-comparison and strlen macros
|
|
test89: test code from the tinydtls project
|
|
test89: test code from the tinydtls project
|
|
test90: regression-test HASH_ADD_KEYPTR_INORDER (IronBug)
|
|
test90: regression-test HASH_ADD_KEYPTR_INORDER (IronBug)
|
|
test91: test LL_INSERT_INORDER etc.
|
|
test91: test LL_INSERT_INORDER etc.
|
|
@@ -97,6 +97,7 @@ test92: HASH_NONFATAL_OOM
|
|
test93: alt_fatal
|
|
test93: alt_fatal
|
|
test94: utlist with fields named other than 'next' and 'prev'
|
|
test94: utlist with fields named other than 'next' and 'prev'
|
|
test95: utstack
|
|
test95: utstack
|
|
|
|
+test96: HASH_FUNCTION + HASH_KEYCMP
|
|
|
|
|
|
Other Make targets
|
|
Other Make targets
|
|
================================================================================
|
|
================================================================================
|