8 lines
219 B
Bash
Executable File
Vendored
8 lines
219 B
Bash
Executable File
Vendored
#!/bin/sh
|
|
# Copyright (C) The c-ares project and its contributors
|
|
# SPDX-License-Identifier: MIT
|
|
set -e
|
|
# Check that all of the base fuzzing corpus parse without errors
|
|
./aresfuzz fuzzinput/*
|
|
./aresfuzzname fuzznames/*
|