diff options
Diffstat (limited to 'test/fuzzcheck.sh')
-rwxr-xr-x | test/fuzzcheck.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fuzzcheck.sh b/test/fuzzcheck.sh new file mode 100755 index 0000000..3a13766 --- /dev/null +++ b/test/fuzzcheck.sh @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +# Check that all of the base fuzzing corpus parse without errors +./aresfuzz fuzzinput/* +./aresfuzzname fuzznames/* |