xref: /linux/tools/testing/selftests/tpm2/test_smoke.sh (revision 6ea3dfe1e0732c5bd3be1e073690b06a83c03c25)
1*6ea3dfe1SJarkko Sakkinen#!/bin/bash
2*6ea3dfe1SJarkko Sakkinen# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
3*6ea3dfe1SJarkko Sakkinen
4*6ea3dfe1SJarkko Sakkinenpython -m unittest -v tpm2_tests.SmokeTest
5