Skip to content

Commit

Permalink
test_checksums: increase number of long inputs tested
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Mar 10, 2024
1 parent b22a482 commit 511893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/test_checksums.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ tmain(int argc, tchar *argv[])
test_random_buffers(buf_start, buf_end, 256, 5000);
test_random_buffers(buf_start, buf_end, 1024, 500);
test_random_buffers(buf_start, buf_end, 32768, 50);
test_random_buffers(buf_start, buf_end, 262144, 25);
test_random_buffers(buf_start, buf_end, 262144, 50);

/*
* Test Adler-32 overflow cases. For example, given all 0xFF bytes and
Expand Down

0 comments on commit 511893f

Please sign in to comment.