diff options
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/README b/tests/README index fc25b9b41..a287de670 100644 --- a/tests/README +++ b/tests/README @@ -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 test4: 10 structs have dual hash handles, separate keys 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 test8: test num_items counter in UT_hash_handle test9: test "find" after bucket expansion @@ -89,10 +89,15 @@ test84: test HASH_REPLACE_STR with char* key test85: test HASH_OVERHEAD on null and non null hash test86: test *_APPEND_ELEM / *_PREPEND_ELEM (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 test90: regression-test HASH_ADD_KEYPTR_INORDER (IronBug) test91: test LL_INSERT_INORDER etc. +test92: HASH_NONFATAL_OOM +test93: alt_fatal +test94: utlist with fields named other than 'next' and 'prev' +test95: utstack +test96: HASH_FUNCTION + HASH_KEYCMP Other Make targets ================================================================================ |