From e5f9deed0d5a2b475361486b48095124a973bd71 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Mon, 21 Nov 2022 11:25:20 +1300 Subject: lib/compression: add test scripts README Signed-off-by: Douglas Bagnall Reviewed-by: Joseph Sutton --- lib/compression/tests/scripts/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/compression/tests/scripts/README (limited to 'lib/compression') diff --git a/lib/compression/tests/scripts/README b/lib/compression/tests/scripts/README new file mode 100644 index 00000000000..aff1047dc05 --- /dev/null +++ b/lib/compression/tests/scripts/README @@ -0,0 +1,19 @@ +Tools used in the development and testing the LZ77 + Huffman code. + +These might not be of use to anyone ever, but here they are. + +make-fuzz-examples +encodes compressed files for decompression fuzzer. + +decode-huffman-header +print Huffman codes and validate first header in a compressed file. + +three-byte-hash +check that a three byte hash works. + +make-test-vectors +make files with randomly unbalanced symbol distributions. + +generate-windows-test-vectors.c +if compiled under Cygwin or similar on Windows, this can be used to +generate and verify test vectors. -- cgit v1.2.1