blueprint-compiler/tests/fuzz.sh
2022-04-18 20:22:31 -05:00

12 lines
No EOL
187 B
Bash
Executable file

#!/bin/bash
if [ $# = 1 ]; then
RUNS="$1"
else
RUNS=-1
fi
mkdir -p corpus
cp tests/samples/*.blp corpus
cp tests/sample_errors/*.blp corpus
python3 tests/fuzz.py --runs $RUNS corpus