fuzz: add fuzz_lzxpress_huffman_round_trip
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 17 Nov 2022 03:09:39 +0000 (16:09 +1300)
committerJoseph Sutton <jsutton@samba.org>
Thu, 1 Dec 2022 22:56:39 +0000 (22:56 +0000)
commite58e9935047e3d0c3a1965f04326798f7eb7e1f9
tree8d6d16fcfa5d7813cea2a9e0af612a702d37414a
parent307aded670c6a32620e45c16d2d7e447dda1b061
fuzz: add fuzz_lzxpress_huffman_round_trip

This compresses some data, decompresses it, and asserts that the
result is identical to the original string.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
lib/fuzzing/fuzz_lzxpress_huffman_round_trip.c [new file with mode: 0644]
lib/fuzzing/wscript_build