summaryrefslogtreecommitdiff
path: root/test/run-cmark-fuzz
blob: 75100b8b16b5226e2ccda9d8f6683731b0e7dd8b (plain)
1
2
3
4
#!/bin/bash -eu
CMARK_FUZZ="$1"
shift
ASAN_OPTIONS="quarantine_size_mb=10:detect_leaks=1" "${CMARK_FUZZ}" -max_len=256 -timeout=1 -dict=test/fuzzing_dictionary "$@"