libtpms/tests/tpm2_pcr_read.sh
Stefan Berger ddbc966ccc tests: Refactor repetitive test scripts to use one common script
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-03-02 09:32:38 -05:00

9 lines
154 B
Bash
Executable File

#!/usr/bin/env bash
# For the license, see the LICENSE file in the root directory.
DIR=$(dirname "$0")
"${DIR}/tpm2_run_test.sh" tpm2_pcr_read
exit $?