xref: /aosp_15_r20/external/tpm2-tss/script/fuzz-log-compiler.sh (revision 758e9fba6fc9adbf15340f70c73baee7b168b1c9)
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