summaryrefslogtreecommitdiff
path: root/tests/test_index_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix unused function warning in test_index_hash.Jia Tan2023-01-111-3/+1
* Tests: test_index_hash: Add an assert_uint_eq().Lasse Collin2023-01-061-0/+3
* Tests: test_index_hash: Fix a memory leak.Lasse Collin2023-01-061-0/+2
* Tests: test_index_hash: Don't treat pointers as booleans.Lasse Collin2023-01-061-3/+3
* Tests: test_index_hash: Fix a typo in a comment.Lasse Collin2023-01-061-1/+1
* Tests: test_index_hash: Avoid the variable name "index".Lasse Collin2023-01-061-8/+8
* Tests: test_index_hash: Use the word "Record" instead of "entry".Lasse Collin2023-01-061-51/+51
* Tests: test_index_hash: Tweak comments and style.Lasse Collin2023-01-061-29/+33
* Tests: test_index_hash: Use INDEX_INDICATOR constant instead of 0.Lasse Collin2023-01-061-1/+1
* Tests: Creates test_index_hash.cJia Tan2023-01-021-0/+379