1#!/bin/sh 2# Copyright (C) The c-ares project and its contributors 3# SPDX-License-Identifier: MIT 4set -e 5# Check that all of the base fuzzing corpus parse without errors 6./aresfuzz fuzzinput/* 7./aresfuzzname fuzznames/* 8