From 8dbfb0890560fd1cd698d06fa05ac868c4db8576 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 22 Jun 2020 20:53:39 +0200 Subject: Removes 'cruft' from cmark. We only care for the source anyways. --- lib/cmark/test/run-cmark-fuzz | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 lib/cmark/test/run-cmark-fuzz (limited to 'lib/cmark/test/run-cmark-fuzz') diff --git a/lib/cmark/test/run-cmark-fuzz b/lib/cmark/test/run-cmark-fuzz deleted file mode 100755 index 75100b8..0000000 --- a/lib/cmark/test/run-cmark-fuzz +++ /dev/null @@ -1,4 +0,0 @@ -#!/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 "$@" -- cgit v1.2.3