VirtualBox

source: vbox/trunk/src/libs/libtpms-0.9.6/tests/run-fuzzer.sh

Last change on this file was 91612, checked in by vboxsync, 3 years ago

src/libs: Export libtpms-0.9.0, bugref:10078

  • Property svn:executable set to *
File size: 301 bytes
Line 
1#!/usr/bin/env bash
2
3# For the license, see the LICENSE file in the root directory.
4
5DIR=${PWD}/$(dirname "$0")
6ROOT=${DIR}/..
7WORKDIR=$(mktemp -d)
8
9function cleanup()
10{
11 rm -rf ${WORKDIR}
12}
13
14trap "cleanup" QUIT EXIT
15
16pushd $WORKDIR
17
18${DIR}/fuzz $@ ${DIR}/corpus-execute-command
19rc=$?
20
21popd
22
23exit $rc
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use