libtpms/tests/tpm2_cve-2023-1018.sh
Stefan Berger 6e95c68503 tests: Add test cases for CVE-2023-1017 and CVE-2023-1018
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-03-02 09:32:38 -05:00

9 lines
159 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_cve-2023-1018
exit $?