We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab547a commit 6ea3dfeCopy full SHA for 6ea3dfe
tools/testing/selftests/Makefile
@@ -47,6 +47,7 @@ TARGETS += sysctl
47
ifneq (1, $(quicktest))
48
TARGETS += timers
49
endif
50
+TARGETS += tpm2
51
TARGETS += user
52
TARGETS += vm
53
TARGETS += x86
tools/testing/selftests/tpm2/Makefile
@@ -0,0 +1,4 @@
1
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2
+include ../lib.mk
3
+
4
+TEST_PROGS := test_smoke.sh test_space.sh
tools/testing/selftests/tpm2/test_smoke.sh
+#!/bin/bash
+python -m unittest -v tpm2_tests.SmokeTest
tools/testing/selftests/tpm2/test_space.sh
+python -m unittest -v tpm2_tests.SpaceTest
0 commit comments