mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-23 01:50:05 -05:00
9 lines
202 B
Bash
Executable file
9 lines
202 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Ensures that fuzzers execute successfully with benign input
|
|
# Designed to run from tests-fuzz directory
|
|
|
|
set -e
|
|
|
|
./fuzz_packet check/sample-seed.pkt
|
|
./fuzz_zscanner check/sample-seed.pkt
|