add fuzzing of resolver

based on the "random test" at the end of the regular resolver tests.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-03-03 23:09:32 +01:00
parent 53373261ad
commit 1406198087
4 changed files with 77 additions and 5 deletions

3
.gitignore vendored
View File

@@ -55,6 +55,8 @@ tests/*.trs
tests/check_parser
tests/test_base64
tests/test_ctx
tests/test_fuzz_parser
tests/test_fuzz_resolver
tests/test_hash
tests/test_jid
tests/test_md5
@@ -81,3 +83,4 @@ expat/
coverage/
coverage.info
configure~
fuzz-*.log