• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/usr/bin/env bash
2# SPDX-License-Identifier: BSD-2-Clause
3# Copyright (c) 2019, Intel Corporation
4set -exu
5
6# Check that the fuzz target does something by passing its own data as if it was
7# random fuzz data
8$1 $1
9