1#!/bin/sh 2set -e 3# Check that all of the base fuzzing corpus parse without errors 4./aresfuzz fuzzinput/* 5./aresfuzzname fuzznames/* 6